Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.06 KB | None | 0 0
  1. void setup() {
  2.   pinMode(13, INPUT_PULLUP);
  3. }
  4.  
  5. void loop() {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement