SAE11_2023/SAE_semestre1/fichier.h/time.h

8 lines
100 B
C
Raw Normal View History

#ifndef TIME_H
#define TIME_H
2023-12-07 14:32:42 +01:00
#define CYCLE 10000L
void Timer(unsigned long int suivant);
2023-12-07 14:32:42 +01:00
#endif