add button stuff and timer stuff
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user