Advertisement
dumle29

Untitled

Feb 27th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.08 KB | None | 0 0
  1. void setup()
  2. {
  3.     Serial.begin(9600);
  4.     Serial.write("Booted");
  5. }
  6.  
  7. void loop()
  8. {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement