commiting examples

This commit is contained in:
Nicolas Trimborn
2021-07-26 10:32:22 +02:00
parent 76cd702edc
commit 312768d2cf
589 changed files with 464854 additions and 446 deletions

View File

@@ -0,0 +1,16 @@
/*
* Timer.h
*
* Created: 08/03/2018 10.50.09
* Author: Luca
*/
#ifndef TIMER_H_
#define TIMER_H_
extern volatile int frame_time;
void Timer_init(void);
#endif /* TIMER_H_ */