Ciao a tutti , sono entrato da poco a far parte del mondo di Arduino e non ho grandi conoscenze in informatica ed elettronica. Purtroppo sono incappato in un errore
. Spero che qualcuno di voi possa aiutarmi
Grazie in anticipo, allego anche l'errore!
Arduino:1.8.6 Hourly Build 2017/11/13 11:33 (Windows 10), Scheda:"Arduino/Genuino Uno"
C:\Desktop\sketch_dec10a\sketch_dec10a.ino: In function 'void setup()':
sketch_dec10a:17: error: 'blueLEDpin' was not declared in this scope
pinMode(blueLEDpin,OUTPUT);
^
C:\Desktop\sketch_dec10a\sketch_dec10a.ino: In function 'void loop()':
sketch_dec10a:32: error: 'redSensorValue4' was not declared in this scope
analogWrite(redValue = redSensorValue4);
^
sketch_dec10a:33: error: 'greenSensorValue4' was not declared in this scope
analogWrite(greenValue = greenSensorValue4);
^
sketch_dec10a:34: error: 'blueSensorValue4' was not declared in this scope
analogWrite(blueValue = blueSensorValue4);
^
sketch_dec10a:41: error: 'redLEDPin' was not declared in this scope
analogWrite(redLEDPin, redValue);
^
sketch_dec10a:42: error: 'greeenLEDPin' was not declared in this scope
analogWrite(greeenLEDPin, greenValue);
^
sketch_dec10a:43: error: 'blueLEDPin' was not declared in this scope
analogWrite(blueLEDPin, blueValue);
^
exit status 1
'blueLEDpin' was not declared in this scope
sketch_dec10a.ino (1.23 KB)