Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

nikitaw99

Members
  • Content Count

    1
  • Joined

  • Last visited

About nikitaw99

  • Rank
    Junior Member

Contact Methods

  • GitHub
    Nikitaw99
  1. While I was in boredom, I made a simple microcontroller program. microcont.lua local rs = component.proxy(component.list("redstone")()) while true do if rs.getInput(3) > 0 then computer.beep() end computer.pullSignal() end When the microcontroller receives a redstone signal from it's front, it beeps. Took me some time to figure out how to make an actual program for microcontrollers that doesn't error out after a few seconds. (also, this is my first topic!)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.