Removed software to run on the host into the unit folder

This commit is contained in:
ollo 2016-04-12 21:10:52 +02:00
parent 46b518f284
commit 0c57c73de3

View File

@ -1,10 +0,0 @@
-- 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