Publish for the JRO Radar Controller.

Dependents:   JRO_CR2 frdm_test

Fork of jro by Miguel Urco

Revision:
5:6500be930b36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/JroSIR.h	Mon Feb 23 20:36:23 2015 +0000
@@ -0,0 +1,9 @@
+#ifndef        JRO_SIR
+#define        JRO_SIR
+
+//Device commands
+#define CMD_RESET       0X01
+#define CMD_ENABLE      0x02
+#define CMD_CHANGE_IP   0x03
+
+#endif
\ No newline at end of file