Millis approaches
in
Programming Questions
•
2 years ago
if((millis() % 1000) == 0) print(frameRate);
This is what I have on my hand, but for some reason the code doesn't actually work
Why?
1