Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 406 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 406 Bytes

Linux INA219 Library

This is a linux port for the arduino library Adafruit's INA219.

The idea is to bring a library able to work as driver at userspace using the kernel's posix functions. More info about linux i2c here. (Requires lib-i2cdev)