Qual é o erro nesse código ele está em linguagem ( c++)

const int lowestPin = 2;
const int highestPin = 13;
void setup(){ 7.
for (int thisPin = lowestPin; thisPin <= highestPin;
thisPin++) {
pinMode(thisPin, OUTPUT);
}
}
void loop() {
for (int thisPin = lowestPin; thisPin <=
highestPin; thisPin++) {
for (int brightness = 0; brighttness < 255;
brightness++)
}
analogWriter(thisPin, brightness);
}
for (int brightness = 255; brightness >= 0;
brightness--) {
analogWriter(thisPin, brightness);
delay(2);
delay(100);
}
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.