Revision f3972840 include/amiro/Constants.h
| include/amiro/Constants.h | ||
|---|---|---|
| 66 | 66 |
const uint32_t BRIGHTNESS_ID = 0x40; |
| 67 | 67 |
inline constexpr uint32_t COLOR_ID(uint32_t index) {return 0x38 | ((index) & 0x7);}
|
| 68 | 68 |
inline constexpr uint32_t PROXIMITY_RING_ID(uint32_t index) {return 0x30 | ((index) & 0x7);}
|
| 69 |
const uint32_t SET_LINE_FOLLOW_STRATEGY = 0x24;
|
|
| 69 |
const uint32_t SET_LINE_FOLLOW_MSG = 0x24;
|
|
| 70 | 70 |
const uint32_t SET_LINE_FOLLOW_SPEED = 0x23; |
| 71 | 71 |
const uint32_t SET_KINEMATIC_CONST_ID = 0x22; |
| 72 | 72 |
const uint32_t TARGET_POSITION_ID = 0x21; |
| ... | ... | |
| 239 | 239 |
|
| 240 | 240 |
} |
| 241 | 241 |
|
| 242 |
#endif /* AMIRO_CONSTANTS_H_ */ |
|
| 242 |
#endif /* AMIRO_CONSTANTS_H_ */ |
|
Also available in: Unified diff