1月13日パブリッシュ

Dependents:   INA226TEST

Fork of INA226 by Toshihisa T

Revision:
3:c5a37989a625
Parent:
2:8950b0f31d73
--- 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.
          *