mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
Init project
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
enum DISPLAY_POSITION {
|
||||
POSITION_LEFT,
|
||||
POSITION_RIGHT,
|
||||
};
|
||||
|
||||
void setupDisplay();
|
||||
void showNumber(uint8_t number);
|
||||
Reference in New Issue
Block a user