3 lines
97 B
Lua
3 lines
97 B
Lua
print("hello world")
|
|
led(1, 255, 255, 3)
|
|
print("There are " .. tostring(ledamount()) .. " leds")
|