forked from letscontrolit/ESPEasy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request letscontrolit#5169 from dsiggi/mega
[P076] Added the ability to read reactive power, apparent power and energy
- Loading branch information
Showing
8 changed files
with
1,039 additions
and
645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ name=HLW8012 | |
version=1.1.1 | ||
author=Xose Pérez <[email protected]> | ||
maintainer=Xose Pérez <[email protected]> | ||
sentence=HLW8012 for Arduino / ESP8216 | ||
paragraph=HLW8012 power/current/voltage monitor IC library for Arduino and ESP8266. Use 2.x.x for ESP and 1.3 for AVR. | ||
sentence=HLW8012 for Arduino / ESP8266 and ESP32 | ||
paragraph=HLW8012 power/current/voltage monitor IC library for Arduino and ESP8266 and ESP32, modified for ESPEasy. | ||
category=Sensors | ||
url=https://github.com/xoseperez/hlw8012.git | ||
architectures=avr,esp8266,esp32 | ||
architectures=esp8266,esp32 | ||
includes=hlw8012.h |
Oops, something went wrong.