Publish for the JRO Radar Controller.

Dependents:   JRO_CR2 frdm_test

Fork of jro by Miguel Urco

JroSIR.h

Committer:
miguelcordero191
Date:
2015-02-23
Revision:
5:6500be930b36

File content as of revision 5:6500be930b36:

#ifndef        JRO_SIR
#define        JRO_SIR

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

#endif