![]() |
Khangai Robot Play - Naive
01
THe naive play of the Khangai Robot
|
: All the hardware specific configurations of all devices are done in this file, except for the wheels(Vietnamese Motors and Vietnamese Motor Encoder), which is done in actuator.cpp file. More...
#include "devs_config.h"
Functions | |
| void | IMU_Init () |
| void | Stepper_Init () |
| void | Encoders_Init () |
| void | Lidars_Init () |
Variables | |
| struct MPU6050 | Body_IMU |
| struct HMC5883 | Body_HMC |
| struct A4988 | IMU_Stepper |
| struct Enc | gXEnc |
| struct Enc | gYEnc |
| Arduino_Device | gXLidar_Dev (0x02, 2) |
| Arduino_Device | gYLidar_Dev (0x03, 2) |
| Arduino_Device | gLED_Strip (0x01, 1) |
: All the hardware specific configurations of all devices are done in this file, except for the wheels(Vietnamese Motors and Vietnamese Motor Encoder), which is done in actuator.cpp file.
| void Encoders_Init | ( | ) |

| void IMU_Init | ( | ) |

| void Lidars_Init | ( | ) |

| void Stepper_Init | ( | ) |

| struct HMC5883 Body_HMC |
| struct MPU6050 Body_IMU |
| Arduino_Device gLED_Strip(0x01, 1) |
| struct A4988 IMU_Stepper |