SAE11_2022/timer.h

9 lines
128 B
C
Raw Normal View History

2022-12-08 11:53:33 +01:00
#ifndef TIMER_H
#define TIMER_H
2022-12-08 11:53:33 +01:00
void timer(unsigned long* temps_ecoule, unsigned long temps_microsec);
#endif /* TIMER_H */