Files
pa50contr/timer.h
Олег Бородин 35b79f0cda update
2024-08-26 21:00:46 +02:00

10 lines
160 B
C

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