Advertisement
Guest User

LED Clignotante

a guest
Apr 7th, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. void setup()
  2. {
  3. }
  4.  
  5. void loop()
  6. {
  7. digitalWrite(3, HIGH);
  8. delay(300);
  9. digitalWrite(3,LOW);
  10. delay(300);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement