Skip to content

Commit e783f52

Browse files
committed
Fix image paths
1 parent a36afd2 commit e783f52

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This feature is particularly useful when you want to set the board to wake up at
6464
To make your board wake up on an RTC alarm you simply need to call `lowPower.setWakeUpAlarm(time)` or `lowPower.setWakeUpAlarm(hours, minutes, seconds)`. Check out this [example](./examples/WakeFromRTC/) for more details about setting up the RTC.
6565

6666

67-
### Initiating sleep modes
67+
### 🛏️ Initiating sleep modes
6868
Use `lowPower.sleep()` to enter the Sleep Mode and `lowPower.deepSleep()` to enter the Deep Sleep Mode. Upon calling these methods the board will sleep until one of the wake-up events mentioned earlier arises.
6969

7070
For more information on how to use this library check the [API Reference](./docs/api.md)

docs/README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
The screenshots below are taken from the nRF Power Profiler application using a Nordic PPK2 while running the blink sketch on the same board.
44

5-
65
#### Normal operating conditions
7-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/normal_usage_blink.png)
6+
![](./assets/normal_usage_blink.png)
87

98
#### Deep Sleep
109
##### Peripherals off
11-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/deep_sleep_no_peripherals.png)
10+
![](./assets/deep_sleep_no_peripherals.png)
1211

1312
##### Peripherals on
14-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/deep_sleep_peripherals_on.png)
13+
![](./assets/deep_sleep_peripherals_on.png)
1514

1615
#### Sleep Mode
1716
##### Peripherals off
18-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/sleep_no_peripherals.png)
17+
![](./assets/sleep_no_peripherals.png)
1918

2019
##### Peripherals on
21-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/sleep_peripherals_on.png)
20+
![](./assets/sleep_peripherals_on.png)
2221

0 commit comments

Comments
 (0)