2021-08-28 03:13:01 +02:00
|
|
|
print("hello world")
|
|
|
|
led(1, 255, 255, 3)
|
|
|
|
print("There are " .. tostring(ledamount()) .. " leds")
|
2021-09-15 21:09:28 +02:00
|
|
|
delay(500) -- Waits X millissecs
|
|
|
|
waitframes(5) -- waits X frames, where a 'frame' is defined in full refreshes
|