diff --git a/example.lua b/example.lua deleted file mode 100644 index 51e2ebf..0000000 --- a/example.lua +++ /dev/null @@ -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