Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 642 Bytes

File metadata and controls

10 lines (6 loc) · 642 Bytes

MicroPython Library for the CircuitSetup 6 Channel Energy Meter based on the atm90e32 chipset

This library is meant to provide easy access to the data available from the CircuitSetup 6 Channel Energy Meter, which utilizes the atm90e32 chipset. We've logically separated out the SPI, atm90e32, and overall Energy Meter board layers to improve portability.

Prior Reference

This is a fork of Margaret Johnson's https://github.com/BitKnitting/CircuitSetup_micropython that laid a good bit of groundwork.

Tisham Dhar's earlier work in the https://github.com/whatnick/ATM90E26_Arduino library.

Thanks to them for the initial work on this.