11 lines
193 B
Lua
11 lines
193 B
Lua
-- Example usage of the word clock
|
|
dofile("wordclock.lua")
|
|
|
|
-- Manually set something
|
|
leds=display_timestat(15,30)
|
|
for k,v in pairs(leds) do
|
|
if (v == 1) then
|
|
print(k)
|
|
end
|
|
end
|