Revision 309980f0 devices/DiWheelDrive/DiWheelDrive.h
devices/DiWheelDrive/DiWheelDrive.h | ||
---|---|---|
1 | 1 |
#ifndef AMIRO_DI_WHEEL_DRIVE_H_ |
2 | 2 |
#define AMIRO_DI_WHEEL_DRIVE_H_ |
3 |
|
|
4 | 3 |
#include <amiro/ControllerAreaNetworkRx.h> |
5 | 4 |
#include <amiro/ControllerAreaNetworkTx.h> |
6 | 5 |
#include <amiro/MotorIncrements.h> |
... | ... | |
32 | 31 |
*/ |
33 | 32 |
void requestCharging(uint8_t power); |
34 | 33 |
void transmitState(int8_t state); |
34 |
void transmitMapState(map_state state); |
|
35 | 35 |
|
36 | 36 |
protected: |
37 | 37 |
virtual msg_t receiveMessage(CANRxFrame *frame); |
Also available in: Unified diff