Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   this.loop(5000, function() {
  2.      for (var i = 0; i < TSF.length; i++) {
  3.         this.wait(3000, function() {
  4.           lcd.clear().cursor(0, 0).print(TSF[i].sch);
  5.         }
  6.       };
  7.   });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement