PicoLowLevel
Loading...
Searching...
No Matches
communication.h
Go to the documentation of this file.
1#ifndef COMMUNICATION_H
2#define COMMUNICATION_H
3
4// CAN bus packet identifiers
5
6#define BATTERY_VOLTAGE 0x11
7#define BATTERY_PERCENT 0x12
8#define BATTERY_TEMPERATURE 0x13
9#define MOTOR_SETPOINT 0x21
10#define MOTOR_FEEDBACK 0x22
11#define JOINT_YAW_FEEDBACK 0x32
12#define DATA_EE_PITCH_SETPOINT 0x41
13#define DATA_EE_HEAD_PITCH_SETPOINT 0x43
14#define DATA_EE_HEAD_ROLL_SETPOINT 0x45
15#define DATA_EE_PITCH_FEEDBACK 0x42
16#define DATA_EE_HEAD_PITCH_FEEDBACK 0x44
17#define DATA_EE_HEAD_ROLL_FEEDBACK 0x46
18
19#endif