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...")
|
print("Waiting for all drivers to be initialized...")
|
||||||
sleep(1)
|
sleep(1)
|
||||||
end
|
end
|
||||||
|
monitor.clear();
|
||||||
parallel.waitForAll(runMonitors, runDisplay)
|
parallel.waitForAll(runMonitors, runDisplay)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
local max = 300
|
local max = 300
|
||||||
local min = 212
|
local min = 250
|
||||||
|
|
||||||
|
|
||||||
local function getValue()
|
local function getValue()
|
||||||
|
|||||||
Reference in New Issue
Block a user