Skip to content

Commit 827acb9

Browse files
committed
Move assets to docs
1 parent 0372b42 commit 827acb9

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,21 @@ The Portenta C33 Low Power Library is a library designed to optimize power consu
3131
Here's an overview of the reduction in power usage that you can expect from this library. The screenshots below are taken from the nRF Power Profiler application using a Nordic PPK2 while running the blink sketch on the same board.
3232

3333
#### Normal operating conditions
34-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/normal_usage_blink.png)
34+
![](docs/assets/normal_usage_blink.png)
3535

3636
#### Deep Sleep
3737
##### Peripherals off
38-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/deep_sleep_no_peripherals.png)
38+
![](docs/assets/deep_sleep_no_peripherals.png)
3939

4040
##### Peripherals on
41-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/deep_sleep_peripherals_on.png)
41+
![](docs/assets/deep_sleep_peripherals_on.png)
4242

4343
#### Sleep Mode
4444
##### Peripherals off
45-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/sleep_no_peripherals.png)
45+
![](docs/assets/sleep_no_peripherals.png)
4646

4747
##### Peripherals on
48-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/extras/results/sleep_peripherals_on.png)
49-
50-
51-
48+
![](docs/assets/sleep_peripherals_on.png)
5249

5350
> [!NOTE]
5451
> Note, this library reduces the power usage of the microcontroller, not the entire board and it's peripherals (Wi-Fi module for example). If you would like to reach the maximum power reduction possible for a Portenta C33 board, please check out the [TurnPeripheralsOff Example](https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33/blob/main/examples/TurnPeripheralsOff/TurnPeripheralsOff.ino) that makes use of the [Arduino_PF1550 Library](https://github.com/arduino-libraries/Arduino_PF1550)

0 commit comments

Comments
 (0)