Advertisement
Guest User

Untitled

a guest
Jan 12th, 2013
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <TID.h>
  2.  
  3. TID mydisplay(3,4,5);
  4.  
  5. void setup()
  6. {
  7. }
  8.  
  9. void loop()
  10. {
  11. int i = 6;
  12. mydisplay.display_message("hello",250);
  13. mydisplay.display_symbol(i);
  14. delay(2000);
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement