Skip to content

Commit

Permalink
doc: update RTC usage description
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Sep 25, 2023
1 parent 1c184fe commit edb4b24
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,8 @@ This library makes use of:
- The radio module, obviously. The library handles enabling the module
and the associated SPI block, so nothing is needed in the sketch.

- The RTC for timing. This library currently completely configures the
RTC and defines the interrupt handler, making it impossible to use
the RTC for anything else. In the future, this library could be
modified to co-exist with e.g. the STM32RTC library or use
a (low-power) timer instead of the RTC, but this is not possible
right now.
- The RTC for timing (Since v0.2.0). This library uses the
[STM32RTC library](https://github.com/stm32duino/STM32RTC).

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

0 comments on commit edb4b24

Please sign in to comment.