Guest User

Untitled

a guest
Nov 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // Program di Muatan
  2.  
  3. void setup() {
  4. Serial.begin(57600); //debugging only
  5.  
  6. }
  7.  
  8. void serial() {
  9. Serial.print("string"); //Dummies Set
  10.  
  11. }
  12.  
  13. void loop() {
  14. serial(); //
  15. delay(100);
  16. }
Add Comment
Please, Sign In to add comment