1
0

Ajout fichier timer pour le chronomètre

This commit is contained in:
2022-11-23 17:15:02 +01:00
parent f05ecf8ce3
commit 15f1406e24
2 changed files with 30 additions and 0 deletions

6
include/timer.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef TIMER_H
#define TIMER_H
void start_timer(void);
#endif