rtd2 2.0.0.0

Macros

#define RTD2_CMD_WAKEUP   0x01
 
#define RTD2_CMD_SLEEP   0x03
 
#define RTD2_CMD_SYNC   0x05
 
#define RTD2_CMD_RESET   0x07
 
#define RTD2_CMD_NOP   0xFF
 

Detailed Description

Macro Definition Documentation

◆ RTD2_CMD_NOP

#define RTD2_CMD_NOP   0xFF

◆ RTD2_CMD_RESET

#define RTD2_CMD_RESET   0x07

◆ RTD2_CMD_SLEEP

#define RTD2_CMD_SLEEP   0x03

◆ RTD2_CMD_SYNC

#define RTD2_CMD_SYNC   0x05

◆ RTD2_CMD_WAKEUP

#define RTD2_CMD_WAKEUP   0x01