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

Dependents:   JRO_DDSv2 JRO_DDSv2_rev2019

JroSIR.h

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

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