You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: