Arduino:1.8.5 (Windows 10), Kort"Arduino/Genuino Uno"
C:\Users\Elev\Documents\Arduino\bg1 oppgaver\sketch_apr25b\sketch_apr25b.ino: In function 'void setup()':
sketch_apr25b:23: error: 'blueLEDPin' was not declared in this scope
pinMode(blueLEDPin,OUTPUT);
^
C:\Users\Elev\Documents\Arduino\bg1 oppgaver\sketch_apr25b\sketch_apr25b.ino: In function 'void loop()':
sketch_apr25b:26: error: 'redSensorValue' was not declared in this scope
void loop() {redSensorValue = analogRead(redSensorPin);
^
sketch_apr25b:26: error: 'redSensorPin' was not declared in this scope
void loop() {redSensorValue = analogRead(redSensorPin);
^
sketch_apr25b:28: error: 'greenSensorValue' was not declared in this scope
greenSensorValue = analogRead(greenSensorPin);
^
sketch_apr25b:28: error: 'greenSensorPin' was not declared in this scope
greenSensorValue = analogRead(greenSensorPin);
^
sketch_apr25b:30: error: 'blueSensorValue' was not declared in this scope
blueSensorValue = analogRead(blueSensorPin);
^
sketch_apr25b:30: error: 'blueSensorPin' was not declared in this scope
blueSensorValue = analogRead(blueSensorPin);
^
sketch_apr25b:32: error: 'redSesorValue' was not declared in this scope
redValue = redSesorValue/4;
^
sketch_apr25b:45: error: 'blueLEDPin' was not declared in this scope
analogWrite(blueLEDPin, blueValue);
^
exit status 1
'blueLEDPin' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.