RadioLibSmol/src
Bernd Giesecke 1465e01fd4 ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial
ESP32 has no working SoftwareSerial. With a simple #ifdef ESP32 || SAMD a hardware serial will be used instead.    
Minimum changes without influence on existing installations or usage.
2019-09-09 14:31:50 +08:00
..
modules Added compatibility with ESP8266 platform 2019-07-31 07:25:04 +02:00
protocols [RTTY] Fixed ITA2 encoding 2019-07-26 20:06:12 +02:00
ISerial.cpp ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial 2019-09-09 14:31:50 +08:00
ISerial.h Added Doxygen comments 2019-05-24 17:32:11 +02:00
Module.cpp ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial 2019-09-09 14:31:50 +08:00
Module.h ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial 2019-09-09 14:31:50 +08:00
RadioLib.cpp Changed pin order in Module constructor 2019-05-01 14:23:36 +02:00
RadioLib.h Added missing macro guards 2019-07-31 09:37:44 +02:00
TypeDef.h Added compatibility with ESP8266 platform 2019-07-31 07:25:04 +02:00