SAE11_2022/timer.h
2022-12-08 21:56:21 +01:00

9 lines
136 B
C

#ifndef TIMER_H
#define TIMER_H
unsigned long timer(unsigned long temps_ecoule, unsigned long temps_microsec);
#endif /* TIMER_H */