flav1972 / ArduinoINA219

An Arduino library for the INA219 I2C current monitor
17 stars 16 forks source link

INA219.h, missing comma end of line 212 #19

Open jhm776 opened 2 years ago

jhm776 commented 2 years ago

Error is: /home/johnm/Arduino/libraries/ArduinoINA219/INA219.h:213:13: error: expected ',' or '...' before 'bool' 213 | bool stop = true // false if the i2c bus should not be released. Correct line: uint16_t data, ///< Data to be writen.