updated
This commit is contained in:
1
main.lua
1
main.lua
@@ -69,6 +69,7 @@ local function run()
|
||||
print("Waiting for all drivers to be initialized...")
|
||||
sleep(1)
|
||||
end
|
||||
monitor.clear();
|
||||
parallel.waitForAll(runMonitors, runDisplay)
|
||||
end
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
local max = 300
|
||||
local min = 212
|
||||
local min = 250
|
||||
|
||||
|
||||
local function getValue()
|
||||
|
||||
Reference in New Issue
Block a user