1/29 操舵翼端CAN
Dependents: Control_Yokutan_CAN_ver1 Control_Yokutan_CAN_ver2 Control_Yokutan_CAN_ver3 Control_Yokutan_CAN_ver4
Fork of INA226_ver1 by
Revision 5:df83f45070bc, committed 2016-02-16
- Comitter:
- taurin
- Date:
- Tue Feb 16 09:47:54 2016 +0000
- Parent:
- 4:3dcd839b810b
- Commit message:
- INA
Changed in this revision
INA226.hpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3dcd839b810b -r df83f45070bc INA226.hpp --- a/INA226.hpp Fri Jan 29 13:36:54 2016 +0000 +++ b/INA226.hpp Tue Feb 16 09:47:54 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. *