Enable setting the clock time via keyboard

This commit is contained in:
2020-11-08 23:24:25 +01:00
parent 0378d53456
commit ed34a0a578
6 changed files with 138 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
#ifndef __PTIMER_H__
#define __PTIMER_H__
#define TIMERS_COUNT 0
#define TIMERS_COUNT 1
#define TIM_DEBOUNCE 0
extern volatile uint16_t timers[TIMERS_COUNT];