-->
Page 2 of 2

Re: No MSG Branch defined again !

PostPosted: Sun Nov 25, 2018 1:44 pm
by Scugnizzo
Personally I use another method using millis() function.

Code: Select allA = millis()
A = A + 30 'To obtain a delay of about 30 milliseconds
Do
      bla = millis()
loop until bla >= A