INA 1/16
Fork of INA226 by
Revision 3:e490f37579a6, committed 2016-01-15
- Comitter:
- taurin
- Date:
- Fri Jan 15 17:04:01 2016 +0000
- Parent:
- 2:8950b0f31d73
- Commit message:
- INA 1/16
Changed in this revision
INA226.hpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8950b0f31d73 -r e490f37579a6 INA226.hpp --- a/INA226.hpp Sat Nov 24 18:37:00 2012 +0000 +++ b/INA226.hpp Fri Jan 15 17:04:01 2016 +0000 @@ -23,7 +23,7 @@ * @param addr_ I2C slave address. * @param freq_ I2C frequency. */ - INA226(I2C &i2c_,int addr_ = 0x80,int freq_ = 100000); + INA226(I2C &i2c_,int addr_ = 0x94,int freq_ = 100000); /** * Check INA226 exist. *