Go to the source code of this file.
Enumerations | |
enum | CanDevice { Eth2Can = 0x00u, MotorController = 0x20u, Compass = 0x40u, ReKick = 0x60u, TomServo = 0x80u, BallHandler = 0xA0u, KickerSwitch = 0xC0u } |
CanDevice is used as reciever or sender id. More... | |
enum | CanPriority { CanPriHigh = 0x20u, CanPriNorm = 0x40u, CanPriLow = 0x80u } |
enum CanDevice |
enum CanPriority |