This commit is contained in:
Олег Бородин
2025-01-11 21:41:13 +02:00
commit 4b289d1c46
21 changed files with 28117 additions and 0 deletions

9
timer.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef CONTR_INIT_H_QWERTY
#define CONTR_INIT_H_QWERTY
#define TIMER1_PRESIZE 65528 // 65536
void timer0_init(void);
void timer1_init(void);
#endif