initial commit with all the stuff
This commit is contained in:
9
2B+Software/app/ti.lua
Normal file
9
2B+Software/app/ti.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
Scheduler = require('scheduler')
|
||||
|
||||
updateTimer = Scheduler.Timer(5000)
|
||||
oneSecond = Scheduler.Timer(1000)
|
||||
|
||||
while updateTimer:running() do
|
||||
if oneSecond:elapsed() then print("1 Sekunde") end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user