Page 2 of 2

Re: is there a wait command?

PostPosted: Mon Jul 25, 2016 1:56 pm
by Sorunome
noah wrote:Thanks for the milli/micro thing! That really helps.

Awesome! I just used the first one, and it works. But does resetting the frame count ruin anything? At the moment I can't think of any reason why it might be a problem... but would it be better to use the other one?

Thanks, noah :)

It's not a problem for the library itself, it's only a problem if you use it in your program otherwise, so I thought it was worth mentioning it ;)

Also, if you need to wait for more than 255 frames you need to change `frames` to be an int instead of a byte