TTK4155 Ping-pong project
|
#include "play_game.h"
#include "general_header.h"
#include "can_driver.h"
#include "joystick_driver.h"
#include "oled_driver.h"
#include "state_machine.h"
#include "button_driver.h"
Functions | |
void | play_new_game (struct joystick_calibration_data_t *joy_cal, struct slider_calibration_data_t *slider_cal, struct highscore_entry_t *highscore_list_p) |
ISR (TIMER1_OVF_vect) | |
Variables | |
uint16_t | score |
ISR | ( | TIMER1_OVF_vect | ) |
void play_new_game | ( | struct joystick_calibration_data_t * | joy_cal, |
struct slider_calibration_data_t * | slider_cal, | ||
struct highscore_entry_t * | highscore_list_p | ||
) |
uint16_t score |