Skip to content

Commit edb4b24

Browse files
committed
doc: update RTC usage description
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 1c184fe commit edb4b24

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/overview.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,8 @@ This library makes use of:
243243
- The radio module, obviously. The library handles enabling the module
244244
and the associated SPI block, so nothing is needed in the sketch.
245245

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).
252248

253249
- A number of GPIO pins that are connected to external RF circuitry on
254250
the board. This just uses the Arduino `digitalWrite()` functions.

0 commit comments

Comments
 (0)