-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tisham Dhar <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# ATM90E26 Energy Monitor Arduino Driver | ||
|
||
This driver is for [ATM90E26 Single-phase Energy Monitor ASIC](https://www.microchip.com/wwwproducts/en/atm90e26). This library can be used with various hardware: | ||
- [ATM90E26 Breakout Board](https://github.com/whatnick/ATM90E26_Breakout) | ||
- [ATM90E26 Featherwing](https://github.com/whatnick/ATM90E26_Featherwing_KiCAD) | ||
- [ATM90E26 DIN Rail Module](https://github.com/whatnick/din_meter_atm90e26) |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name=ATM90E26 Arduino | ||
version=0.1 | ||
author=Tisham (whatnick) Dhar | ||
maintainer=Tisham <[email protected]> | ||
sentence=ATM90E26 Energy Monitor Support for Arduino | ||
paragraph=ATM90E26 Energy Monitor Support for Arduino | ||
category=Sensors | ||
url=https://github.com/whatnick/ATM90E26_Arduino |