You've already forked ArduinoLowPower
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:
11
docs/readme.md
Normal file
11
docs/readme.md
Normal 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>"
|
||||
```
|
Reference in New Issue
Block a user