add button stuff and timer stuff

This commit is contained in:
wollud1969
2016-09-08 14:05:57 +02:00
parent 0d70f3b675
commit 2a99a9777f
13 changed files with 238 additions and 26 deletions

View File

@ -11,6 +11,10 @@
#include <stdbool.h>
#include <stdint.h>
extern const uint32_t DISPLAY_MUXER_CYCLE;
typedef enum {
FIRST_MUX = 0,
TIMER_MUX = FIRST_MUX,