Skip to content

Commit fa01eb4

Browse files
committed
Adjust library name in assets reference
1 parent c8336fe commit fa01eb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -221,19 +221,19 @@ To simplify things, we have added a convenience function in `Board` called `slee
221221
Here's an overview of the reduction in power usage that you can expect from this library on the Portenta C33. The screenshots below are taken from the nRF Power Profiler application using a Nordic PPK2 while running the blink sketch on the same board.
222222

223223
#### Without power optimisations
224-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/docs/assets/normal_usage_blink.png)
224+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/docs/assets/normal_usage_blink.png)
225225

226226
#### Sleep (ADC, RGB LED, Secure Element, Wifi and Bluetooth off)
227-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/docs/assets/sleep_no_peripherals.png)
227+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/docs/assets/sleep_no_peripherals.png)
228228

229229
#### Deep Sleep (ADC, RGB LED, Secure Element, Wifi and Bluetooth off)
230-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/docs/assets/deep_sleep_no_peripherals.png)
230+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/docs/assets/deep_sleep_no_peripherals.png)
231231

232232
#### Sleep (ADC, RGB LED, Secure Element, Wifi and Bluetooth on)
233-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/docs/assets/sleep_peripherals_on.png)
233+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/docs/assets/sleep_peripherals_on.png)
234234

235235
#### Deep Sleep (ADC, RGB LED, Secure Element, Wifi and Bluetooth on)
236-
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/docs/assets/deep_sleep_peripherals_on.png)
236+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_LowPowerPortentaC33/main/docs/assets/deep_sleep_peripherals_on.png)
237237

238238

239239

0 commit comments

Comments
 (0)