jgromes
1d42f1a0ff
[MOD] Use custom tone() on Arduino mbed boards ( #407 )
2021-12-04 17:04:59 +01:00
jgromes
8111bc058f
Added HAL
2021-11-14 11:33:35 +01:00
jgromes
e3ff5affc6
Fix possible issues in CubeCell 1.3.0 ( #397 )
2021-10-30 21:22:36 +02:00
jgromes
81e8de8324
Drop references to I2C CI_BUILD_ALL
2021-10-28 00:15:02 +02:00
jgromes
2bdec154ad
Added CubeCell support
2021-10-27 21:15:46 +02:00
jgromes
5bb9887364
Swapped SerialModule rst and serial arguments
2021-09-24 08:48:23 +02:00
jgromes
0f1140e5ad
Added SerialModule wrapper class ( #305 )
2021-09-05 12:00:30 +02:00
jgromes
5c0b4dbb10
Extract common bit reflection methods
2021-06-14 20:59:16 +02:00
jgromes
d49a107c7e
Added SPI readout check bitmask
2021-04-15 19:34:53 +02:00
jgromes
9a9af85fdc
Added option to disable "paranoid" SPI mode (enabled by default)
2021-02-12 21:03:49 +01:00
jgromes
533131f83f
Fixed unitialized variable warning
2020-12-25 14:17:07 +01:00
jgromes
4cdbcb60c5
Changed ESP32 tone emulation channel to 1
2020-10-29 07:53:51 +01:00
jgromes
5d92240f89
Added support for tone on ESP32 ( #190 )
2020-10-28 11:24:05 +01:00
jgromes
59c44d3883
Added Module overrides for all Arduino core functions
2020-08-01 16:33:25 +02:00
jgromes
7f31cdab8f
Test doxygen TODOs
2020-07-10 08:20:45 +02:00
jgromes
37a94494b4
Added TODOs
2020-07-06 18:30:36 +02:00
jgromes
b8de06288c
Added copy ctor and assignment operator
2020-07-05 10:05:54 +02:00
jgromes
c439b097d8
Switched to initializer lists
2020-07-04 16:05:56 +02:00
jgromes
7e62dbd1d8
Fixes from cppcheck scan
2020-07-04 13:43:39 +02:00
jgromes
56360a2a05
Changed setRfSwitchState to directly change switch pins
2020-06-20 16:59:20 +02:00
jgromes
78022ce6ad
Added external
...
RF switch control base
2020-06-18 16:31:38 +02:00
jgromes
da177c9b2a
Added interface argument to termination method
2020-05-17 20:26:57 +02:00
jgromes
86da5780c3
Added missing RADIOLIB_DEFAULT_SPI parameter
2020-05-12 16:04:29 +02:00
jgromes
50cc06021b
Only stopping hardware interface on automated initialization ( #143 )
2020-05-12 16:00:13 +02:00
jgromes
6215330858
Added tone support
2020-04-30 17:07:28 +02:00
jgromes
39c259848c
Added support for Nano 33 BLE
2020-03-27 14:10:45 +01:00
jgromes
d3cec5d3b4
[Module] Removed String class from AT commands
2020-03-22 08:14:03 +01:00
jgromes
c12cd6a53d
[Module] Removed debug-only delays
2020-03-13 21:16:10 +01:00
jgromes
5846c9d9d9
[Module] Only initializing default SPI interface ( #121 )
2020-03-02 13:25:35 +01:00
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