Commit 79626003 authored by Sandeep Mistry's avatar Sandeep Mistry

Add docs about Low Frequency Clock Source

parent f1abf970
...@@ -104,6 +104,12 @@ This Arduino Core does **not** contain any Arduino style API's for BLE functiona ...@@ -104,6 +104,12 @@ This Arduino Core does **not** contain any Arduino style API's for BLE functiona
* v0.3.0 and greater, available via the Arduino IDE's library manager. * v0.3.0 and greater, available via the Arduino IDE's library manager.
* Supports peripheral mode only. * Supports peripheral mode only.
## Low Frequency Clock Source (LFCLKSRC)
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.
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.
## Credits ## Credits
This core is based on the [Arduino SAMD Core](https://github.com/arduino/ArduinoCore-samd) and licensed under the same [GPL License](LICENSE) This core is based on the [Arduino SAMD Core](https://github.com/arduino/ArduinoCore-samd) and licensed under the same [GPL License](LICENSE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment