TTK4155 Ping-pong project
|
#include "general_header.h"
#include "ADC_driver.h"
#include "button_driver.h"
#include "uart_driver.h"
#include "sram_driver.h"
#include "joystick_driver.h"
#include "oled_driver.h"
Functions | |
void | calibrate_joystick_state (struct joystick_calibration_data_t *cal_data) |
int | joystick_read (struct joystick_calibration_data_t *cal_data, int dir) |
Joystick driver file.
void calibrate_joystick_state | ( | struct joystick_calibration_data_t * | cal_data | ) |
int joystick_read | ( | struct joystick_calibration_data_t * | cal_data, |
int | dir | ||
) |