Library used to configure a AD9854 Libreria usada para comunicarse con el AD9854

Dependents:   JRO_DDSv2 JRO_DDSv2_rev2019

JroSIR.h

Committer:
miguelcordero191
Date:
2019-09-05
Revision:
7:45e91ce14a28
Parent:
6:dd61acd77e2c

File content as of revision 7:45e91ce14a28:

#ifndef        JRO_SIR
#define        JRO_SIR

//Device commands
#define CMD_RESET       0X01
#define CMD_ENABLE      0x02
#define CMD_CHANGE_IP   0x03
#define CMD_STATUS   0x04
#define CMD_ECHO   0xFE

#endif