MySprinkler sketch problem
-
Arduino: 1.8.5 (Linux), Board: "Arduino/Genuino Uno"
MySprinkler:174: error: 'POSITIVE' was not declared in this scope
LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE); // Set the LCD I2C address to 0x27
^
exit status 1
'POSITIVE' was not declared in this scopeI can't find POSITIVE anywhere in the LiquidCrystal_IC2 libary. Is the sketch on https://www.mysensors.org/build/irrigation up to date, or am I missing something else?
-
@snizzypoo welcome to the MySensors community! The most common reason is that the example libraries have not been installed. Did you install them? If so, how did you install them?
-
Btw, POSITIVE is created here: https://github.com/mysensors/MySensorsArduinoExamples/blob/4a645c332432412a6308d7df82eee01a3ca68b24/libraries/LiquidCrystal/LCD.h#L187 which is included by LiquidCrystal.h which is included in the irrigation sketch.