adafruit / Adafruit_INA219

INA219 Current Sensor
Other
204 stars 145 forks source link

Error in included example #17

Closed therealsputnik closed 6 years ago

therealsputnik commented 6 years ago

Code will not compile as is because line 22 is incomplete. It reads:

float power_mW

Should be:

float power_mW = 0;