Error using millis()

edited April 2018 in Questions about Code

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

Sign In or Register to comment.