TTK4155 Ping-pong project
play_game_node2.h
Go to the documentation of this file.
1 
2 
3 #ifndef PLAY_GAME_NODE2_H_
4 #define PLAY_GAME_NODE2_H_
5 
6 #define THRESHOLD_IR 400
7 
8 void play_game();
9 
10 
11 #endif /* PLAY_GAME_NODE2_H_ */
void play_game()
Definition: play_game_node2.c:19