Files
pa50contr/timer.h
Олег Бородин bf1294d95e update
2024-08-26 23:12:15 +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