Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- peripheral.call( "top", "write", "ROBCO RADIO" )
- sleep(1)
- monitor.clear()
- peripheral.call( "top", "write", "103.5" )
- sleep(1)
- monitor.clear()
- peripheral.call( "top", "write", "amplified audio" )
- sleep(1)
- monitor.clear()
- peripheral.call( "top", "write", "tuned" )
- sleep(1)
- monitor.clear()
- peripheral.call( "top", "write", "ROBCO RADLINK (TM)" )
- sleep(1)
- monitor.clear()
- shell.run(radio)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement