TTK4155 Ping-pong project
play_game.c File Reference
#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"
Include dependency graph for play_game.c:

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
 

Function Documentation

◆ ISR()

ISR ( TIMER1_OVF_vect  )

◆ play_new_game()

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 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ score

uint16_t score