ArduinoINA219 icon indicating copy to clipboard operation
ArduinoINA219 copied to clipboard

INA219.h, missing comma end of line 212

Open jhm776 opened this issue 2 years ago • 0 comments

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.

jhm776 avatar Apr 21 '22 15:04 jhm776