Guest User

Untitled

a guest
Jan 15th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. :main
  2. async checkConnector
  3.  
  4. # You can do other stuff here as well
  5.  
  6. :checkConnector
  7. if "My Connector" is connected
  8. set "My LCD" display text to "Connected"
  9. else
  10. set "My LCD" display text to "Not Connected"
  11. replay
Advertisement
Add Comment
Please, Sign In to add comment