diff rfcal/vcxo-manual/meas.h @ 181:dcab0be3f67a

started manual VCXO calibration code: fc-vcxo-linear utility written
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 Apr 2017 06:45:45 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rfcal/vcxo-manual/meas.h	Wed Apr 12 06:45:45 2017 +0000
@@ -0,0 +1,4 @@
+struct meas {
+	int	dac_value;
+	int	freq_offset;
+};