Arduino Forum
>
Forum 2005-2010 (read only)
>
Software
>
Troubleshooting
>
www.arduino.cc/en/Tutorial/BlinkWithoutDelay bug
Print
Go Down
Pages:
[1]
Topic: www.arduino.cc/en/Tutorial/BlinkWithoutDelay bug
(Read 1 time)
previous topic
-
next topic
Gabe462
Guest
www.arduino.cc/en/Tutorial/BlinkWithoutDelay bug
May 09, 2006, 02:46 am
int previousMillis
should be
long previousMillis
Crashes on 17th blink for me with int.
Gabe
mellis
Faraday Member
Posts: 3,544
Karma: 126
[add]
Re: www.arduino.cc/en/Tutorial/BlinkWithoutDelay b
#1
May 09, 2006, 12:14 pm
Good call - I corrected the code.
Print
Go Up
Pages:
[1]
Loading...