add first version of knx python module

This commit is contained in:
Thomas Kunze
2018-12-11 22:42:13 +01:00
parent 4f9e518ead
commit cc2704b264
13 changed files with 2650 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ void resetCallback(GroupObject& go)
void setup()
{
Serial.begin(115200);
SerialDBG.begin(115200);
randomSeed(millis());