Removed software to run on the host into the unit folder

This commit is contained in:
ollo 2016-04-12 21:11:11 +02:00
parent 0c57c73de3
commit 6c6b5ddae8

10
unit/example.lua Normal file
View File

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