day02/ex03/include/timer.h

9 lines
99 B
C
Raw Normal View History

2026-04-15 16:02:30 +02:00
#ifndef TIMER_H
#define TIMER_H
#include "mystd.h"
void timer1_init(void);
#endif /* TIMER_H */