Skip to content

Instantly share code, notes, and snippets.

@HectorTorres
Created February 28, 2018 16:32
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/533f8b676dcfe6c309bc4f6a690348f3 to your computer and use it in GitHub Desktop.
Save HectorTorres/533f8b676dcfe6c309bc4f6a690348f3 to your computer and use it in GitHub Desktop.
pinMode (12,OUTPUT); //establece el pin 12 como salida.
int LEDON=9;
pinMode (LEDON,OUTPUT); // establece LEDON como salida.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment