Skip to content

Commit c94eaff

Browse files
committed
Update library files for submission
1 parent e4dd9d6 commit c94eaff

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

keywords.txt

-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
#######################################
2-
# Syntax Coloring Map for Arduino_AdvancedAnalog
3-
#######################################
4-
51
#######################################
62
# Class (KEYWORD1)
73
#######################################
84

95
LowPower KEYWORD1
106

11-
127
#######################################
138
# Methods and Functions (KEYWORD2)
149
#######################################
@@ -17,8 +12,6 @@ sleep KEYWORD2
1712
deepSleep KEYWORD2
1813
enableWakeupFromPin KEYWORD2
1914
enableWakeupFromRTC KEYWORD2
20-
delay
21-
2215

2316
#######################################
2417
# Constants (LITERAL1)

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=Arduino_LowPowerPortentaC33
2-
version=0.0.1
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Provides access to the low power functionality of the Renesas RA6M5 microcontroller used in the Portenta C33 Boards
6-
paragraph=
6+
paragraph=This library provides convenient access to the low power functionality of the Renesas RA6M5 microcontroller, which is specifically used in the Portenta C33 Boards. With this library, developers can easily leverage the power-saving capabilities of the microcontroller, enabling efficient energy management in their Arduino projects. By utilizing this library, users can optimize power consumption, extend battery life, and enhance overall energy efficiency.
77
category=Other
88
url=https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33
99
architectures=renesas_portenta

0 commit comments

Comments
 (0)