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 |
Pixy2 reply types.
Possible values for pixy2_checksum_header::type when receiving a reply.
#define PIXY2_REPLY_ERROR 0x3 |
error reply type
#define PIXY2_REPLY_GET_MAIN_FEATURES 0x31 |
getMainFeatures() command reply type
#define PIXY2_REPLY_GET_VERSION 0xf |
getVersion() command reply type
#define PIXY2_REPLY_SET_LAMP 0x1 |
setLamp() command reply type
#define PIXY2_REPLY_SET_LED 0x1 |
setLED() command reply type