INA219 (Texas Instruments) High-Side Measurement,Bi-Directional CURRENT/POWER MONITOR with I2C Interface
Dependents: Solar_Powered_Smart_Camera
Fork of INA219 by
Revision 3:4d7fa8c64fae, committed 2017-02-04
- Comitter:
- OHstin
- Date:
- Sat Feb 04 20:17:14 2017 +0000
- Parent:
- 2:088b8d5de7e9
- Commit message:
- Made changes to the way the sensor collects data
Changed in this revision
INA219.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 088b8d5de7e9 -r 4d7fa8c64fae INA219.h --- a/INA219.h Tue May 05 07:47:02 2015 +0000 +++ b/INA219.h Sat Feb 04 20:17:14 2017 +0000 @@ -129,7 +129,9 @@ // CONFIG REG INA219_PAR_R_100MOHM, // 100 milli-ohm INA219_PAR_V_16V, // 16V max - INA219_PAR_G_40MV, // Gain x1 (40mV -> 400mA max with 100 milliOhm) +/////////////// This was changed by me - Augustine Kizito//////////////// + // INA219_PAR_G_40MV, // Gain x1 (40mV -> 400mA max with 100 milliOhm) + INA219_PAR_G_160MV, // Gain x1 (40mV -> 400mA max with 100 milliOhm) INA219_PAR_B_12B_X1_532US, // Bus/resolution 12bit & one time convertion INA219_PAR_S_12B_X1_532US, // Shunt/resolution 12bit & one time convertion INA219_PAR_M_SHNTBUS_CONT, // Measure continuously both Shunt voltage and Bus voltage