jgromes
1f26d3d5a3
Fixed SoftwareSerial for ESP8266 core 2.6.0
2019-11-12 17:24:49 +01:00
jgromes
c57d7d9045
Added support for Arduino Due
2019-10-27 17:18:37 +01:00
mmrein
972f874e9e
STM32 - use HardwareSerial instead of SoftwareSerial
...
Added support for STM32 boards, using HardwareSerial instead of SoftwareSerial the same way as in https://github.com/jgromes/RadioLib/pull/39
2019-09-10 17:40:49 +02:00
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
Jan Gromeš
d29be7a252
JDY08/HC05 - Updated Serial interface
2018-07-16 19:13:24 +02:00
Jan Gromeš
be079c5ddc
Extracted common serial code into ISerial class
2018-04-02 13:22:06 +02:00