Commit graph

85 commits

Author SHA1 Message Date
jgromes
5846c9d9d9 [Module] Only initializing default SPI interface (#121) 2020-03-02 13:25:35 +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
2fc641449a Implemented god mode 2019-11-20 16:55:11 +01:00
jgromes
cd1c799a64 Updated macro names 2019-11-20 16:22:50 +01:00
jgromes
23a0e9e001 Fixed incorrect macro logic 2019-10-02 20:16:54 +02:00
jgromes
eb0f9178b9 Fixed the incorrect macr 2019-10-02 20:13:14 +02:00
jgromes
47be7923da Fixed software serial macro warnings 2019-10-02 19:41:31 +02:00
jgromes
4fc2539a55 Added missing software serial platform macro 2019-09-29 10:02:49 +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
dd59d9e6d6 Added Doxygen comments 2019-05-24 17:32:11 +02:00
jgromes
e1f003f8f6 Added missing semicolons 2019-05-20 08:54:04 +02:00
jgromes
95708d420d Added constructor for modules with 3 DIO pins 2019-05-20 08:51:34 +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
b63d324c50 Changed pin order in Module constructor 2019-05-01 14:23:36 +02:00
jgromes
7a768c8ed6 [SX127x] Sync with LoRaLib v8.0.1 2019-03-22 19:01:56 +01:00
jgromes
d388cbeffe Added overload for UART-only modules 2019-02-23 09:36:08 +01:00
jgromes
2101203d07 Changed name to RadioLib 2019-02-08 15:58:29 +01:00
jgromes
bd2596efac [SX127x] Sync with LoRaLib v7.1.1 2019-01-13 19:44:16 +01:00
jgromes
2edddf18ea Added missing SPI CS access 2018-12-26 11:21:50 +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š
6f38d6707a Temporarily removed I2C library 2018-09-14 17:31:19 +02:00
Jan Gromeš
31dd1baadc Module - Added methods for INT pins read-only access 2018-07-25 14:52:57 +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š
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š
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