The INA219 is a high-side current shunt and power monitor with an I2C interface. The INA219 monitors both shunt drop and supply voltage, with programmable conversion times and filtering. A programmable calibration value, combined with an internal multiplier, enables direct readouts in amperes. An additional multiplying register calculates power in watts. The I2C interface features 16 programmable addresses.

Revision:
1:2816fc874abc
Parent:
0:81c08f01f0fe
Child:
2:a123ae7c1e4b
--- a/INA219.h	Tue Nov 19 05:31:39 2013 +0000
+++ b/INA219.h	Tue Nov 19 07:44:01 2013 +0000
@@ -24,4 +24,4 @@
     bool _det;
     unsigned char _adr;
     I2C _i2c;
-};
\ No newline at end of file
+};