Advertisement
kbudiom

Untitled

Jan 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. void setup() {
  2. Serial.begin(57600);
  3. }
  4.  
  5. void loop() {
  6. Serial.println("oi");
  7. delay(1000);
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement