![]() |
eBoard
①⑧⑨
Written for SIA 2017/2018
|
This is the DynamixelBoard ghost struct :D. More...
#include <eagle_DynamixelBoard.h>
Public Member Functions | |
DynamixelBoard (SoccerBoard &) | |
The constructor. More... | |
void | action (void) |
will force every AX12Servo to drive to AX12Servo::storedPos with AX12Servo::storedSpeed More... | |
Protected Attributes | |
AX12Servo * | connected [EBOARD_SPI_SERVO_MAX] |
stores the pointers to the registerd AX12Servo More... | |
This is the DynamixelBoard ghost struct :D.
You can use this class like this:
Definition at line 43 of file eagle_DynamixelBoard.h.
|
inline |
The constructor.
|
inline |
will force every AX12Servo to drive to AX12Servo::storedPos with AX12Servo::storedSpeed
Referenced by main().
|
protected |
stores the pointers to the registerd AX12Servo
Definition at line 70 of file eagle_DynamixelBoard.h.