An open API service indexing awesome lists of open source software.

https://github.com/whatnick/atm90e26_python

ATM90E26 Python Driver designed for SPI using Onion Omega 2+ and other similar boards
https://github.com/whatnick/atm90e26_python

Last synced: about 1 month ago
JSON representation

ATM90E26 Python Driver designed for SPI using Onion Omega 2+ and other similar boards

Awesome Lists containing this project

README

        

# ATM90E26 Driver in Python3 for Onion Omega 2+

This python driver consists of :
* Registers list
* SPI communication protocol
* Basic initialization code
* Utility methods to read Voltage, Current, Power, Power. Factor for 1 phase

Implemented using half-duplex mode (xfer3) from [python-spidev](https://github.com/OnionIoT/python-spidev)