Hey,
i'm new here and a programming noob but I would like to process touch-events from the monitor and WirelessRedstone input signals in parallel for my program. My question is, how this can be implemented technically.
The touch event is currently:
while true do
local component = require("component")
local rs = component.redstone
local gpu = component.gpu
local colors = require("colors")
local event = require("event")
local id , _, x, y = event.pull("touch")
if id == "touch" and x == 97 and y == 2 then --1
term.setCursor(1,49)
term.clearLine()
print("Verbindungen: 1-&