Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. void setup()
  2. {
  3. pinMode(pin, OUTPUT); // configura el 'pin' como salida
  4. digitalWrite(pin, HIGH); // pone el β€˜pin’ en estado HIGH
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement