File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- ********************************************************************************
3
- *
4
2
* This example demonstrates how to wake up the Portenta C33 from deep sleep using a GPIO pin.
5
3
* The pin can be configured to wake up the device on a rising or falling edge, but not all pins are supported.
6
4
* Please check the README.md file for more information about the supported pins.
Original file line number Diff line number Diff line change 1
1
/*
2
- ********************************************************************************
3
- *
4
2
* This example demonstrates how to use the RTC to wake up the
5
3
* Portenta C33 from deep sleep. The device will go to sleep for 5 seconds and
6
4
* then wake up. The built-in LED will blink every second.
@@ -88,7 +86,7 @@ void setup(){
88
86
delay (5000 ); // lets the user see the led for 5 seconds
89
87
90
88
// The device will go to sleep after 5 seconds and wake up after 5 seconds to light up the LED
91
- // effectivelly creating the same visual effect as the blink sketch.
89
+ // effectively creating the same visual effect as the blink sketch.
92
90
if (!lowPower.setWakeUpAlarm (0 , 0 , 5 )){
93
91
// Blink the red LED indefinitely to indicate an error
94
92
while (true ){
You can’t perform that action at this time.
0 commit comments