mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Add pinMode
This commit is contained in:
parent
8259a9cefd
commit
87feac5521
@ -47,6 +47,9 @@ bool isConnected;
|
||||
|
||||
void setup()
|
||||
{
|
||||
pinMode(D1, OUTPUT);
|
||||
pinMode(D2, INPUT_PULLUP);
|
||||
|
||||
/* Init Storage */
|
||||
#if HASP_USE_EEPROM
|
||||
eepromSetup();
|
||||
|
Loading…
x
Reference in New Issue
Block a user