Files
pa50contr/timer.h
Олег Бородин aee7e32bf0 update
2024-08-22 04:14:51 +02:00

11 lines
189 B
C

#ifndef CONTR_INIT_H_QWERTY
#define CONTR_INIT_H_QWERTY
//#define TIMER0_PRESIZE 128
#define TIMER1_PRESIZE 65500 //65532 // 65536
void timer0_init(void);
void timer1_init(void);
#endif