File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -243,12 +243,8 @@ This library makes use of:
243
243
- The radio module, obviously. The library handles enabling the module
244
244
and the associated SPI block, so nothing is needed in the sketch.
245
245
246
- - The RTC for timing. This library currently completely configures the
247
- RTC and defines the interrupt handler, making it impossible to use
248
- the RTC for anything else. In the future, this library could be
249
- modified to co-exist with e.g. the STM32RTC library or use
250
- a (low-power) timer instead of the RTC, but this is not possible
251
- right now.
246
+ - The RTC for timing (Since v0.2.0). This library uses the
247
+ [ STM32RTC library] ( https://github.com/stm32duino/STM32RTC ) .
252
248
253
249
- A number of GPIO pins that are connected to external RF circuitry on
254
250
the board. This just uses the Arduino ` digitalWrite() ` functions.
You can’t perform that action at this time.
0 commit comments