Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
joystick.cpp File Reference
#include "joystick.h"
#include "defines.h"
#include "array.h"
#include "crc_hash.h"
#include "logger.h"
#include <math.h>
Include dependency graph for joystick.cpp:

Macros

#define JOYSTICK_START_BYTE   (START_BYTE)
 
#define NUM_JOYSTICK_BYTES   (8)
 

Functions

void JoyStick_Handle_RxCplt ()
 

Variables

JoyStick_Data gJoy
 
uint8_t gJoy_Data_Arr [NUM_JOYSTICK_BYTES]
 

Macro Definition Documentation

◆ JOYSTICK_START_BYTE

#define JOYSTICK_START_BYTE   (START_BYTE)

◆ NUM_JOYSTICK_BYTES

#define NUM_JOYSTICK_BYTES   (8)

Function Documentation

◆ JoyStick_Handle_RxCplt()

void JoyStick_Handle_RxCplt ( )

Variable Documentation

◆ gJoy

◆ gJoy_Data_Arr

uint8_t gJoy_Data_Arr[NUM_JOYSTICK_BYTES]