We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have almost identical bits of code from two different programs, and one is giving me this error and the other is working perfectly using the same millis() :
The program runs ok, but this is what comes up in the console. I am trying to narrow it down to see where I went wrong??
Nevermind, I found it - used
print(millis)
instead of
print(millis())
Answers
Okay