knx/src
Ing-Dom 12fb67cc63 fix: only set pinMode of Prog button pin when pin is >= 0 and isr function is defined
otherwise it is useless anyway and causes warnings.
2024-07-17 22:22:58 +02:00
..
knx flag also repeated telegrams as echoed / own telegrams 2024-06-02 23:45:54 +02:00
arduino_platform.cpp Extends the platforms with additional uart methods. 2024-03-28 08:21:59 +01:00
arduino_platform.h Extends the platforms with additional uart methods. 2024-03-28 08:21:59 +01:00
cc1310_platform.cpp
cc1310_platform.h
esp32_platform.cpp Fix for RP2040 UART pin handling: Setting of uart pins moved setupUart method. 2023-12-31 14:25:24 +01:00
esp32_platform.h Allow to set uart pins for RP2040 and ESP32 platform 2023-12-25 19:45:52 +01:00
esp_platform.cpp
esp_platform.h
knx_facade.cpp this adds IP (WiFi and wired Ethernet) support to the rp2040 platform. 2023-12-24 10:20:23 +01:00
knx_facade.h fix: only set pinMode of Prog button pin when pin is >= 0 and isr function is defined 2024-07-17 22:22:58 +02:00
knx.h
linux_platform.cpp
linux_platform.h
rp2040_arduino_platform.cpp drop unexpected udp data packet length 2024-06-03 10:38:48 +02:00
rp2040_arduino_platform.h Adds dma support for rp2040 uart 2024-03-28 08:33:15 +01:00
samd_platform.cpp support KNX_FLASH_OFFSET on samd 2023-05-07 11:52:39 +02:00
samd_platform.h
stm32_platform.cpp
stm32_platform.h