day02/ex03/include/timer.h
2026-04-15 16:02:30 +02:00

8 lines
99 B
C

#ifndef TIMER_H
#define TIMER_H
#include "mystd.h"
void timer1_init(void);
#endif /* TIMER_H */