ledstrip_sandbox/test.lua
2021-08-28 03:13:01 +02:00

4 lines
97 B
Lua

print("hello world")
led(1, 255, 255, 3)
print("There are " .. tostring(ledamount()) .. " leds")