![]() |
eBoard
①⑧⑨
Written for SIA 2017/2018
|
a lcd debug example More...
#include <eBoard.h>
Go to the source code of this file.
Macros | |
#define | EBOARD_DEBUG_MODE 0x0 |
who you gonna call? More... | |
#define | EBOARD_I2C 0x1 |
we need the I2C functionality More... | |
#define | EBOARD_LCD 0x1 |
we want to use the LCD More... | |
Functions | |
int | main () |
Variables | |
SoccerBoard | board |
the board object More... | |
LCD | lcd (board) |
the lcd object More... | |
DynamixelBoard | dBoard (board) |
the dBoard object More... | |
AX12Servo | links (dBoard, 1) |
left servo More... | |
AX12Servo | rechts (dBoard, 2) |
right servo More... | |
a lcd debug example
Definition in file lcd_debug.cpp.
#define EBOARD_DEBUG_MODE 0x0 |
who you gonna call?
Definition at line 5 of file lcd_debug.cpp.
#define EBOARD_I2C 0x1 |
we need the I2C functionality
Definition at line 7 of file lcd_debug.cpp.
#define EBOARD_LCD 0x1 |
we want to use the LCD
Definition at line 9 of file lcd_debug.cpp.
int main | ( | void | ) |
Compiled Size for ARUDINO UNO: 8,526 bytes => 3.0: 6,734 bytes => 3.2: 5,610 bytes
Compiled Size for ARUDINO MEGA: 10,058 bytes => 3.0: 8,170 bytes => 3.2: 6,386 bytes
Definition at line 29 of file lcd_debug.cpp.
References DynamixelBoard::action(), board, LCD::changeBackground(), LCD::clear(), dBoard, AX12Servo::getPosition(), lcd, links, LCD::print(), rechts, SoccerBoard::sleep(), and AX12Servo::storePosition().
SoccerBoard board |
DynamixelBoard dBoard(board) |
the dBoard object
Referenced by main().