Advertisement
Virgilcore

radio

Jul 3rd, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. peripheral.call( "top", "write", "ROBCO RADIO" )
  2. sleep(1)
  3. monitor.clear()
  4. peripheral.call( "top", "write", "103.5" )
  5. sleep(1)
  6. monitor.clear()
  7. peripheral.call( "top", "write", "amplified audio" )
  8. sleep(1)
  9. monitor.clear()
  10. peripheral.call( "top", "write", "tuned" )
  11. sleep(1)
  12. monitor.clear()
  13. peripheral.call( "top", "write", "ROBCO RADLINK (TM)" )
  14. sleep(1)
  15. monitor.clear()
  16. shell.run(radio)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement