1
0
mirror of https://github.com/arduino-libraries/ArduinoLowPower.git synced 2025-07-29 21:21:10 +03:00

Added docs

This commit is contained in:
Karl Söderby
2021-09-21 14:51:33 +02:00
parent 85b2a8b5c6
commit aeb714964d
2 changed files with 146 additions and 0 deletions

11
docs/readme.md Normal file
View File

@ -0,0 +1,11 @@
# Arduino Low Power Library
This library allows you to use the low power features of the SAMD21 MCU, which is used for all [MKR family boards](https://store.arduino.cc/collections/mkr-family) and the [Nano 33 IoT board](https://store.arduino.cc/products/arduino-nano-33-iot).
In these pages, the term companion chip is used. This term refers to a board co-processor like the MIPS processor on the [Arduino Tian](https://docs.arduino.cc/retired/boards/arduino-tian).
To use this library:
```
#include "<ArduinoLowPower.h>"
```