added ESP32 platform (#30)

* added ESP32 platform

* fixed typo in comments
This commit is contained in:
Fabian Schmieder
2019-08-26 13:45:14 +02:00
committed by thelsing
parent 2b7e24cab0
commit 14d2da82f1
6 changed files with 392 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ void setup()
SerialDBG.println(knx.paramByte(4));
}
// pin or GPIO the programming led is connected to. Default is LED_BUILDIN
// pin or GPIO the programming led is connected to. Default is LED_BUILTIN
// knx.ledPin(LED_BUILTIN);
// is the led active on HIGH or low? Default is LOW
// knx.ledPinActiveOn(HIGH);