#embedded-hal-driver #ti #monitor #power #i2c #compliant #powermonitor

no-std ina260

A platform agnostic driver to interface with the I2C based TI INA260 power monitor

11 releases

0.3.1 Oct 27, 2019
0.3.0 Oct 26, 2019
0.2.6 Dec 3, 2018
0.2.4 Nov 28, 2018
0.1.1 Mar 7, 2018

#915 in Embedded development

Download history 2/week @ 2024-02-19 27/week @ 2024-02-26 11/week @ 2024-03-04 15/week @ 2024-03-11 5/week @ 2024-03-18 181/week @ 2024-04-01

204 downloads per month
Used in 6 crates

0BSD license

17KB
313 lines

ina260

ina260 contains an embedded-hal compliant hardware abstraction or driver for the I2C based TI INA260 power monitor.

The driver is hardware agnostic and should (in theory) work with any embedded-hal compliant I2C implementation.

License

0-clause BSD license.


lib.rs:

A driver for the TI INA260 magnetometer

This driver was built using embedded-hal traits.

Examples

None

Dependencies

~110KB