Back to Parent

//If these conditions change and are no longer met then 
//the LED turns off
else{
    ledBrightness = 0;
    analogWrite(ledPin, ledBrightness);
  }
Click to Expand

Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0