File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -268,3 +268,7 @@ See examples..
268268 - local var for current_lsb?
269269 - ??
270270- make defines of "magic" numbers
271+
272+ ## Resources
273+ - [ TI - INA226 Details] ( https://www.ti.com/product/INA226#params )
274+ - [ TI - INA226 datasheet] ( https://www.ti.com/document-viewer/INA226/datasheet )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ void loop()
4848 for (int i = 0 ; i < 20 ; i++)
4949 {
5050 float bv = INA.getBusVoltage ();
51- float sv = INA.getShuntVoltage_mV ();
51+ // float sv = INA.getShuntVoltage_mV();
5252 float cu = INA.getCurrent_mA ();
5353 float po = INA.getPower_mW ();
5454
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ void setup()
3535void loop ()
3636{
3737 float bv = INA.getBusVoltage ();
38- float sv = INA.getShuntVoltage_mV ();
38+ // float sv = INA.getShuntVoltage_mV();
3939 float cu = INA.getCurrent_mA ();
4040 float po = INA.getPower_mW ();
4141
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version=0.3.0
33author =Rob Tillaart <
[email protected] >
44maintainer =Rob Tillaart <
[email protected] >
55sentence =Arduino library for INA226 power sensor
6- paragraph =Voltage current Volt Ampere
6+ paragraph =Voltage current Volt Ampere
77category =Data Processing
88url =https://github.com/RobTillaart/INA226
99architectures =*
You can’t perform that action at this time.
0 commit comments