motacon
Dependents: HelloWorld_MotorKaisei
Revision 3:431647fe4178, committed 2020-03-13
- Comitter:
- MPPT51
- Date:
- Fri Mar 13 01:07:20 2020 +0000
- Parent:
- 2:8950b0f31d73
- Commit message:
- 20191221_motacon_kikkawa
Changed in this revision
INA226.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/INA226.hpp Sat Nov 24 18:37:00 2012 +0000 +++ b/INA226.hpp Fri Mar 13 01:07:20 2020 +0000 @@ -67,7 +67,7 @@ * @param val write value; * @return 0:Read OK / !0:Read NG */ - int setCurrentCalibration(unsigned short val = 0x0A00); + int setCurrentCalibration(unsigned short val = 0x1AAA); private: I2C &i2c;