Add support for buzzer

This commit is contained in:
2020-11-23 19:37:23 +01:00
parent 8a13a13a7c
commit 8ea908b8fd
13 changed files with 3996 additions and 2601 deletions

View File

@@ -7,6 +7,7 @@
#define AUTO_BTNES_SIZE 4
#define BUZ_EN 1
#define LED_BRIGHTNESS 7
#define NIGHT_MODE { -1, { 0, 0 }, { 0, 0 } }
@@ -19,6 +20,7 @@ struct NIGHTM_CFG
struct CFG
{
uint8_t buz_en;
uint8_t led_btnes;
struct NIGHTM_CFG night_mode;
};