Skip to content

Commit 13eefe2

Browse files
committed
Remove references to old repository location
1 parent 1186c88 commit 13eefe2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Portenta C33 Low Power Library
22

3-
[![Check Arduino](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/actions/workflows/check-arduino.yml) [![Compile Examples](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/actions/workflows/compile-examples.yml) [![Spell Check](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/actions/workflows/spell-check.yml/badge.svg)](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/actions/workflows/spell-check.yml) [![Sync Labels](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/actions/workflows/sync-labels.yml)
3+
[![Check Arduino](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/actions/workflows/check-arduino.yml) [![Compile Examples](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/actions/workflows/compile-examples.yml) [![Spell Check](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/actions/workflows/spell-check.yml) [![Sync Labels](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/actions/workflows/sync-labels.yml)
44

55

66
The Portenta C33 Low Power Library is a library designed to optimize power consumption for projects using the Portenta C33 boards, which are powered by the Renesas RA6M5 microcontroller. The library achieves this by providing access to various low power modes. These modes are essential for applications where power efficiency is crucial, such as in remote sensing, IoT devices, or battery-powered applications.
@@ -20,6 +20,6 @@ The Portenta C33 Low Power Library is a library designed to optimize power consu
2020

2121

2222
> [!NOTE]
23-
> 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 use the [Arduino PowerManagement library](ttps://github.com/cristidragomir97/Arduino_PowerManagement) which allows you to turn off peripherals as well.
23+
> 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 use the [Arduino PowerManagement library](ttps://github.com/arduino-libraries/Arduino_PowerManagement) which allows you to turn off peripherals as well.
2424
25-
For more information about this libraries check the [library documentation](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/blob/main/docs/README.md) or the [API Reference](https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower/blob/main/docs/api.md)
25+
For more information about this libraries check the [library documentation](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/blob/main/docs/README.md) or the [API Reference](https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower/blob/main/docs/api.md)

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
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.
44

55
#### Normal operating conditions
6-
![](https://raw.githubusercontent.com/cristidragomir97/Arduino_Portenta_C33_LowPower/main/extras/results/normal_usage_blink.png)
6+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/extras/results/normal_usage_blink.png)
77

88
#### Sleep Mode with peripherals off
9-
![](https://raw.githubusercontent.com/cristidragomir97/Arduino_Portenta_C33_LowPower/main/extras/results/sleep_no_peripherals.png)
9+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/extras/results/sleep_no_peripherals.png)
1010

1111
#### Deep Sleep Mode with peripherals off
12-
![](https://raw.githubusercontent.com/cristidragomir97/Arduino_Portenta_C33_LowPower/main/extras/results/deep_sleep_no_peripherals.png)
12+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/extras/results/deep_sleep_no_peripherals.png)
1313

1414

1515
#### Sleep Mode with peripherals on
16-
![](https://raw.githubusercontent.com/cristidragomir97/Arduino_Portenta_C33_LowPower/main/extras/results/sleep_peripherals_on.png)
16+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/extras/results/sleep_peripherals_on.png)
1717

1818
#### Deep Sleep Mode with peripherals on
19-
![](https://raw.githubusercontent.com/cristidragomir97/Arduino_Portenta_C33_LowPower/main/extras/results/deep_sleep_peripherals_on.png)
19+
![](https://raw.githubusercontent.com/arduino-libraries/Arduino_Portenta_C33_LowPower/main/extras/results/deep_sleep_peripherals_on.png)
2020

2121
## Usage
2222
### Selecting a wakeup source

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Arduino <[email protected]>
55
sentence=Provides access to the low power functionality of the Renesas RA6M5 microcontroller used in the Portenta C33 Boards
66
paragraph=
77
category=Other
8-
url=https://github.com/cristidragomir97/Arduino_Portenta_C33_LowPower
8+
url=https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower
99
architectures=renesas_portenta
1010
includes=Arduino_Portenta_C33_LowPower.h

0 commit comments

Comments
 (0)