Commit graph

143 commits

Author SHA1 Message Date
jgromes
16073f05ea [Module] Fixed incorrect arguments 2020-02-20 12:38:51 +01:00
jgromes
1a75ff837e [Module] Fixed interface termination 2020-02-20 12:35:44 +01:00
jgromes
9da1573df0 Renamed unused pin macro to NC 2020-01-06 17:20:18 +01:00
jgromes
606e317958 Changed to new approach to pin handling 2019-12-27 13:15:33 +01:00
jgromes
67c6544d28 Added check for -1 in pinMode 2019-12-01 08:12:04 +01:00
jgromes
7dd5858da6 Fixed unitialized variable warnings 2019-11-23 10:10:53 +01:00
jgromes
cd1c799a64 Updated macro names 2019-11-20 16:22:50 +01:00
jgromes
b873127155 Fixed SoftwareSerial for ESP8266 core 2.6.1 2019-11-18 18:29:06 +01:00
jgromes
1f26d3d5a3 Fixed SoftwareSerial for ESP8266 core 2.6.0 2019-11-12 17:24:49 +01:00
jgromes
47be7923da Fixed software serial macro warnings 2019-10-02 19:41:31 +02:00
jgromes
de9c74dd9a Suppressed unused variable warning 2019-09-28 12:22:52 +02:00
jgromes
11b501cbc9 Added software serial platform macro 2019-09-28 10:39:20 +02:00
jgromes
c093d34c91 Updated debug macros 2019-09-28 10:30:50 +02: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
jgromes
49eb062fcf Added more debug output 2019-06-22 16:36:44 +02:00
jgromes
b75904cce1 Removed old comment 2019-06-01 20:46:34 +02:00
jgromes
95708d420d Added constructor for modules with 3 DIO pins 2019-05-20 08:51:34 +02:00
jgromes
e3a9e60817 Added missing SPISettings saving 2019-05-19 16:37:12 +02:00
jgromes
686c5e6478 Added missing SPISettings 2019-05-19 16:31:46 +02:00
jgromes
5c206310ab Added SPISettings to Module constructor 2019-05-19 16:16:24 +02:00
jgromes
7780c499a1 Fixed incorrect pin assignment 2019-05-13 15:03:09 +02:00
jgromes
000a771374 Added missing comments 2019-03-22 19:06:03 +01:00
jgromes
7a768c8ed6 [SX127x] Sync with LoRaLib v8.0.1 2019-03-22 19:01:56 +01:00
jgromes
7d00dde817 Removed redundant debug begin 2019-02-23 10:50:14 +01:00
jgromes
9d7e9040cf Updated debug macros 2019-02-23 09:36:56 +01:00
jgromes
d388cbeffe Added overload for UART-only modules 2019-02-23 09:36:08 +01:00
jgromes
274c56aa92 Fixed SoftwareSerial pin naming convention 2019-01-16 18:02:32 +01:00
jgromes
6cd42ca3e1 [SX127x] Sync with LoRaLib v7.0.0 2018-10-31 17:44:47 +01:00
jgromes
0c11156e65 Removed unused SPI methods 2018-09-29 18:56:50 +02:00
Jan Gromeš
31dd1baadc Module - Added methods for INT pins read-only access 2018-07-25 14:52:57 +02:00
Jan Gromeš
560ea42722 Increased SPI verification delay 2018-07-24 09:46:16 +02:00
Jan Gromeš
43764a1f96 Added SPI verification after write 2018-07-23 11:19:34 +02:00
Jan Gromeš
3b51c3b661 Added SPI-only Module contructor 2018-07-11 18:15:54 +02:00
Jan Gromeš
8d8ab76f5a Added support for all Semtech LoRa modules (SX1272/73/76/77/78/79) 2018-07-03 09:58:29 +02:00
Jan Gromeš
c2b1826410 Replaced all remaining internal Arduino Strings 2018-06-29 11:05:53 +02:00
Jan Gromeš
15e72f825c Replaced internal Arduino Strings with cstrings 2018-06-29 10:30:40 +02:00
Jan Gromeš
b32130d18c Updated debug output 2018-04-19 18:50:42 +02:00
Jan Gromeš
917fb2834b Fixed Xbee reset de-assert 2018-04-13 20:51:12 +02:00
Jan Gromeš
79b4f6da20 Added support for sending binary AT data 2018-04-10 20:47:57 +02:00
Jan Gromeš
24172b19f1 Removed redundant default constructor 2018-04-08 20:09:09 +02:00
Jan Gromeš
7b54c152dd Added variable AT line feed characters 2018-03-31 10:06:45 +02:00
Jan Gromeš
9fe0e36005 Added core source files 2018-03-05 17:08:42 +01:00