add sonoff s20 example (not tested)

This commit is contained in:
Thomas Kunze
2019-01-03 22:20:50 +01:00
parent 542503781a
commit f46f6aa70e
7 changed files with 778 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ public:
uint32_t paramInt(uint32_t addr);
private:
BauSystemB& _bau;
uint32_t _ledPin = 16;
uint32_t _ledPin = LED_BUILTIN;
uint32_t _buttonPin = 0;
#ifdef USE_STATES
Ticker _ticker;