Skip to content

Commit aea6a1b

Browse files
committed
New version for release
1 parent 6c4f05a commit aea6a1b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BL0940 KEYWORD1
1212
# Methods and Functions (KEYWORD2)
1313
#######################################
1414

15+
begin KEYWORD2
1516
getCurrent KEYWORD2
1617
getVoltage KEYWORD2
1718
getActivePower KEYWORD2

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/mcmchris/mcm-bl0940-lib.git"
88
},
9-
"version": "0.0.2",
9+
"version": "0.0.3",
1010
"exclude": "tests",
1111
"examples": "examples/*/*.ino",
1212
"frameworks": "arduino",

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=MCM_BL0940
2-
version=0.0.2
2+
version=0.0.3
33
author=mcmchris
44
maintainer=mcmchris
5-
sentence=UART Library Control for BL0940 Energy Meter IC
6-
paragraph=Arduino Library for the BL0940 Energy Meter IC
5+
sentence=BL0940 Energy Meter IC Library
6+
paragraph=Library for the BL0940 Energy Meter IC, supporting UART communication with ESP32 and Raspberry Pi Pico.
77
category=Sensors
88
url=https://github.com/mcmchris/mcm-bl0940-lib.git
99
architectures=*

0 commit comments

Comments
 (0)