Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
devs_config.h File Reference
#include "a4988.h"
#include "arduino.h"
#include "freewheel.h"
#include "hmc5883.h"
#include "mpu6050.h"
#include "encoder.h"
#include "lidar.h"
Include dependency graph for devs_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void IMU_Init ()
 
void Stepper_Init ()
 
void Encoders_Init ()
 
void Lidars_Init ()
 

Variables

const uint32_t gMax_Robo_Velocity
 
const uint32_t gRated_Robo_Velocity
 
Arduino_Device gLED_Strip
 
struct MPU6050 Body_IMU
 
struct HMC5883 Body_HMC
 
struct A4988 IMU_Stepper
 
struct Enc gXEnc
 
struct Enc gYEnc
 
Encoder gXEncoder
 
Encoder gYEncoder
 
Lidar gXLidar
 
Lidar gYLidar
 

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

◆ gMax_Robo_Velocity

const uint32_t gMax_Robo_Velocity

◆ gRated_Robo_Velocity

const uint32_t gRated_Robo_Velocity

◆ gXEnc

Encoder gXEncoder & gXEnc

◆ gXEncoder

Encoder gXEncoder

◆ gXLidar

Lidar gXLidar

◆ gYEnc

Encoder gYEncoder & gYEnc

◆ gYEncoder

Encoder gYEncoder

◆ gYLidar

Lidar gYLidar

◆ IMU_Stepper

struct A4988 IMU_Stepper