refactored added new LCD

This commit is contained in:
2021-07-19 07:28:49 +02:00
commit 4af72b1710
21 changed files with 3527 additions and 0 deletions

7
button.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include "Arduino.h"
#include "config.h"
void initButtons( void );
void handleButtons( void );