Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of INA226 by
Revision 3:c5a37989a625, committed 2016-01-13
- Comitter:
- YusukeWakuta
- Date:
- Wed Jan 13 11:06:30 2016 +0000
- Parent:
- 2:8950b0f31d73
- Commit message:
- 1?13???????
Changed in this revision
INA226.hpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8950b0f31d73 -r c5a37989a625 INA226.hpp --- a/INA226.hpp Sat Nov 24 18:37:00 2012 +0000 +++ b/INA226.hpp Wed Jan 13 11:06:30 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_ = 1000000,int freq_ = 100000); /*adressはもともと0x80*/ /** * Check INA226 exist. *