SAE11_2022/timer.h

9 lines
128 B
C

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