
Go to the source code of this file.
Defines | |
| #define | BATTERY 101 |
| #define | BEEP 104 |
| #define | BUMPER_FL 97 |
| #define | BUMPER_FR 98 |
| #define | BUMPER_RL 99 |
| #define | BUMPER_RR 100 |
| #define | ESTOP 106 |
| #define | ESTOP_BTN 105 |
| #define | GPIO_SET 103 |
| #define | READ_ANALOG 102 |
Functions | |
| bool | getSerial (void) |
| void | lockSerial (bool lock) |
| void | portClose (void) |
| int | portDataAvail (void) |
| void | portFlush (void) |
| int | portGetchar (void) |
| int | portOpen (char *device, int baud) |
| void | portPutchar (int data) |
| void | sendCmd (char cmd, char data1, char data2) |
| #define READ_ANALOG 102 |
| void lockSerial | ( | bool | lock | ) |
| int portDataAvail | ( | void | ) |
| int portGetchar | ( | void | ) |
| void portPutchar | ( | int | data | ) |