extended config

This commit is contained in:
2023-04-16 21:21:05 +02:00
parent 1fde3347c8
commit 8b4c00bc7f
15 changed files with 119 additions and 61 deletions

View File

@@ -4,10 +4,12 @@
#include "power.h"
#include "audio.h"
#include "rfid.h"
#include "config.h"
#define NUM_LEDS 1
#define LEDTIMEOUT 100
#define LEDBLINKTIME 500
#define LEDDEFBRIGHT 20
void initLed(void);
void handleLed(void);