Publish for the JRO Radar Controller.

Dependents:   JRO_CR2 frdm_test

Fork of jro by Miguel Urco

JroSIR.h

Committer:
joaquinbvw
Date:
2016-03-14
Revision:
6:aa70d2640f18
Parent:
5:6500be930b36

File content as of revision 6:aa70d2640f18:

#ifndef        JRO_SIR
#define        JRO_SIR

//Device commands
#define CMD_RESET       0X01
#define CMD_ENABLE      0x02
#define CMD_CHANGE_IP   0x03

#endif