DYankee

test bench

May 9th, 2022 (edited)
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. PasteId = "MqegTrzh"
  2. package.path = package.path .. ";/os/modules/FreqFunc"
  3. FreqFunc = require(".os.modules.FreqFunc")
  4. local monitor = peripheral.find("monitor")
  5. local modem = peripheral.find("modem")
  6.  
  7.  
  8. term.redirect(monitor)
  9. W,H = term.getSize()
  10.  
  11. FreqFunc.reset()
  12. term.setCursorPos(1,3)
  13. FreqFunc.print_centered("this is a test")
  14. sleep(3)
Add Comment
Please, Sign In to add comment