6Fermer8
ZerosquareLe 15/05/2018 à 03:54
Don't do time delays that way ; it's not reliable, and the compiler may even remove the delay completely.

If you need a time delay, either count VBlanks (50 or 60 per second, depending on the system region), or use the timer interrupt.