Skip to content

Commit

Permalink
moved examples
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsoderby committed Sep 21, 2021
1 parent aeb7149 commit fc955ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 1 addition & 7 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,4 @@ LowPower.companionWakeup();

#### Parameters

None

## Examples

- [ExternalWakeup](https://github.com/arduino-libraries/ArduinoLowPower/blob/master/examples/ExternalWakeup/ExternalWakeup.ino) : Demonstrates how to wake your board from an external source like a button.
- [TianStandby](https://github.com/arduino-libraries/ArduinoLowPower/blob/master/examples/TianStandby/TianStandby.ino) : Demonstrates how to put a Tian in standby
- [TimedWakeup](https://github.com/arduino-libraries/ArduinoLowPower/blob/master/examples/TimedWakeup/TimedWakeup.ino) : Demonstrates how to put in sleep your board for a certain amount of time
None
8 changes: 7 additions & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ To use this library:

```
#include "<ArduinoLowPower.h>"
```
```

Examples:

- [ExternalWakeup](https://github.com/arduino-libraries/ArduinoLowPower/blob/master/examples/ExternalWakeup/ExternalWakeup.ino) : Demonstrates how to wake your board from an external source like a button.
- [TianStandby](https://github.com/arduino-libraries/ArduinoLowPower/blob/master/examples/TianStandby/TianStandby.ino) : Demonstrates how to put a Tian in standby
- [TimedWakeup](https://github.com/arduino-libraries/ArduinoLowPower/blob/master/examples/TimedWakeup/TimedWakeup.ino) : Demonstrates how to put in sleep your board for a certain amount of time

0 comments on commit fc955ae

Please sign in to comment.