Skip to content

Instantly share code, notes, and snippets.

@HectorTorres
Created February 28, 2018 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HectorTorres/d0fe034886d51c870d175932e09e95ab to your computer and use it in GitHub Desktop.
Save HectorTorres/d0fe034886d51c870d175932e09e95ab to your computer and use it in GitHub Desktop.
//delay (ms)
delay (100); //espera durante 100 milisegundos para poder ejecutar la siguiente instrucción.
//mil()
intervalo = mil(); //asigna a la variable intervalo el tiempo que transcurrió al iniciarse el programa.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment