Files
ats20/timer.h
Олег Бородин 4b289d1c46 Init
2025-01-11 21:41:13 +02:00

10 lines
152 B
C

#ifndef CONTR_INIT_H_QWERTY
#define CONTR_INIT_H_QWERTY
#define TIMER1_PRESIZE 65528 // 65536
void timer0_init(void);
void timer1_init(void);
#endif