Init project

This commit is contained in:
2023-11-27 23:13:56 +05:30
commit 37431bffec
16 changed files with 790 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#include <Arduino.h>
enum DISPLAY_POSITION {
POSITION_LEFT,
POSITION_RIGHT,
};
void setupDisplay();
void showNumber(uint8_t number);