Using millis() to toggle an LED every 500 milliseconds – arduino.stackexchange.com

I thought the code below would toggle an LED every 500 milliseconds. But it does not work. I'm not able to catch the mistake, which must be very silly. void setup() { pinMode(3, OUTPUT); } void ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Using millis() to toggle an LED every 500 milliseconds – arduino.stackexchange.com"