diff cmu200/mode.h @ 3:b552e8d86474

fc-cmu200d: started implementing operation modes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 May 2017 07:01:53 +0000
parents
children 2fb9768fc1e2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cmu200/mode.h	Sun May 21 07:01:53 2017 +0000
@@ -0,0 +1,5 @@
+/* Definition of our operating modes */
+
+#define	OP_MODE_UNDEF		0
+#define	OP_MODE_SIGNAL_GEN	1
+#define	OP_MODE_VCXO_CAL	2