Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
devs_config.cpp File Reference

: 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"
Include dependency graph for devs_config.cpp:

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)
 

Detailed Description

: 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.

Function Documentation

◆ Encoders_Init()

void Encoders_Init ( )
Here is the call graph for this function:

◆ IMU_Init()

void IMU_Init ( )
Here is the call graph for this function:

◆ Lidars_Init()

void Lidars_Init ( )
Here is the call graph for this function:

◆ Stepper_Init()

void Stepper_Init ( )
Here is the call graph for this function:

Variable Documentation

◆ Body_HMC

struct HMC5883 Body_HMC

◆ Body_IMU

struct MPU6050 Body_IMU

◆ gLED_Strip

Arduino_Device gLED_Strip(0x01, 1)

◆ gXEnc

◆ gXLidar_Dev

Lidar gXLidar& gXLidar_Dev

◆ gYEnc

◆ gYLidar_Dev

Lidar gYLidar& gYLidar_Dev

◆ IMU_Stepper

struct A4988 IMU_Stepper