day02/ex04/include/timer.h

9 lines
99 B
C
Raw Normal View History

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