FRDM-IMX93 for NXP CUP
FRDM-IMX93 support for NXP CUP
 
Loading...
Searching...
No Matches
Pixy2ReplyTypes

Pixy2 reply types. More...

Macros

#define PIXY2_REPLY_GET_VERSION   0xf
 
#define PIXY2_REPLY_SET_LED   0x1
 
#define PIXY2_REPLY_SET_LAMP   0x1
 
#define PIXY2_REPLY_GET_MAIN_FEATURES   0x31
 
#define PIXY2_REPLY_ERROR   0x3
 

Detailed Description

Pixy2 reply types.

Possible values for pixy2_checksum_header::type when receiving a reply.

Macro Definition Documentation

◆ PIXY2_REPLY_ERROR

#define PIXY2_REPLY_ERROR   0x3

error reply type

◆ PIXY2_REPLY_GET_MAIN_FEATURES

#define PIXY2_REPLY_GET_MAIN_FEATURES   0x31

getMainFeatures() command reply type

◆ PIXY2_REPLY_GET_VERSION

#define PIXY2_REPLY_GET_VERSION   0xf

getVersion() command reply type

◆ PIXY2_REPLY_SET_LAMP

#define PIXY2_REPLY_SET_LAMP   0x1

setLamp() command reply type

◆ PIXY2_REPLY_SET_LED

#define PIXY2_REPLY_SET_LED   0x1

setLED() command reply type