![]() |
Khangai Robot Play - Naive
01
THe naive play of the Khangai Robot
|

Classes | |
| struct | Arduino_Packet |
Macros | |
| #define | MAX_PACKET_LENGTH (32) |
| #define | ARDUINO_UART (huart3) |
| #define | ARDUINO_START_BYTE (START_BYTE) |
| #define | MAX_DEVICES (5) |
| #define | MAX_BYTES_PER_DEVICE (8) |
Functions | |
| void | Arduino_Handle_TxCplt (void) |
| void | Arduino_Handle_RxCplt (void) |
Variables | |
| Arduino_Device | gXLidar_Dev |
| Arduino_Device | gYLidar_Dev |
| uint8_t | gTxBuffer [MAX_PACKET_LENGTH] |
| bool | gSending_Packet = false |
| #define ARDUINO_START_BYTE (START_BYTE) |
| #define ARDUINO_UART (huart3) |
| #define MAX_BYTES_PER_DEVICE (8) |
| #define MAX_DEVICES (5) |
| #define MAX_PACKET_LENGTH (32) |
| void Arduino_Handle_RxCplt | ( | void | ) |
| void Arduino_Handle_TxCplt | ( | void | ) |
| bool gSending_Packet = false |
| uint8_t gTxBuffer[MAX_PACKET_LENGTH] |