ArduinoINA219
ArduinoINA219 copied to clipboard
INA219.h, missing comma end of line 212
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.