Skip to content

Commit ce0371f

Browse files
authored
Merge pull request sandeepmistry#105 from sandeepmistry/lf-clk-src-docs
Add docs about Low Frequency Clock Source
2 parents f1abf97 + 7962600 commit ce0371f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ This Arduino Core does **not** contain any Arduino style API's for BLE functiona
104104
* v0.3.0 and greater, available via the Arduino IDE's library manager.
105105
* Supports peripheral mode only.
106106

107+
## Low Frequency Clock Source (LFCLKSRC)
108+
109+
If the selected board has an external 32 kHz crystal connected, it will be used as the source for the low frequency clock. Otherwise the internal 32 kHz RC oscillator will be used. The low frequency clock is used by the `delay(ms)` and `millis()` Arduino API's.
110+
111+
The Generic nRF51 and nRF52 board options have an additional menu item under `Tools -> Low Frequency Clock` that allows you to select the low frequency clock source.
112+
107113
## Credits
108114

109115
This core is based on the [Arduino SAMD Core](https://github.com/arduino/ArduinoCore-samd) and licensed under the same [GPL License](LICENSE)

0 commit comments

Comments
 (0)