Thomas Kunze
cd0fdc85b6
rename sendBytes ->sendBytesMultiCast
...
readBytes -> readBytesMultiCast
2019-12-10 22:29:14 +01:00
Bernator
afd07d10cb
Bugfix, change debug uart not possible ( #33 )
...
* bugfix, print not allowed in constructor
* Update tpuart_data_link_layer.cpp
- start confirm timout only after last byte was sent
- increase BYTE_TIMEOUT
* -bugfix, change debug Uart not possible
* Update esp32_platform.cpp
* Update esp_platform.cpp
* Update knx-bme680.ino
* Update knx-demo.ino
* Update knx-hdc1008.ino
* Update knx-sonoffS20.ino
2019-09-09 20:10:56 +02:00
Bernator
68b0002490
Arduino set Knx uart bugfix ( #32 )
...
* bugfix, print not allowed in constructor
* Update tpuart_data_link_layer.cpp
- start confirm timout only after last byte was sent
- increase BYTE_TIMEOUT
* -bugfix Arduino set knxUart
* Update knx-bme680.ino
* Update knx-demo.ino
* Update knx-hdc1008.ino
* Update knx-sonoffS20.ino
* Update knx-bme680.ino
* Update knx-demo.ino
* Update arduino_platform.cpp
* Update dpt.h
* Update esp32_platform.h
* Update esp_platform.h
2019-09-09 18:19:09 +02:00
Fabian Schmieder
8d5dc5bf73
setter/getter & overloaded constructor (ArduinoPlatform) for HardwareSerial-object ( #31 )
...
* added overload to platform constructors for custom HardwareSerial-object
* added setter/getter setUart & getUart
* set Serial1 as default UART for ESP32
2019-09-01 20:49:28 +02:00
Thomas Kunze
5a93bbc91c
create ArduinoPlatform to reduce code duplication
2019-08-26 21:26:55 +02:00
Thomas Kunze
db740d6687
remove mdelay and millis from platform
2019-08-22 21:31:02 +02:00
Thomas Kunze
dfe000844d
fix build; add debug output
2019-07-09 21:36:32 +02:00
Thomas Kunze
174e29372c
make GOT completely dynamic from ETS. GOs are now only available if device was programmed via ETS
2019-05-09 20:52:04 +02:00
Thomas Kunze
bd93aa12fa
delegate memory management for knx tables to Platform class. Preallocate memory for them on linux.
2018-12-12 23:17:42 +01:00
Thomas Kunze
cdbf3e70cc
include linux and samd versions here
2018-11-07 00:32:36 +01:00
Thomas Kunze
dc362a79c3
add writeMemory to facade, remove debug output from platform
2018-09-15 00:22:30 +02:00
Thomas Kunze
2a292ae314
switch to visualgdb, update submodule
2018-08-16 23:58:57 +02:00
Thomas Kunze
e99a001ac7
move common files to submodule
2018-04-09 22:46:21 +02:00