add sleep in rgb example

This commit is contained in:
lyon1998 2022-03-27 14:40:37 +08:00
parent 4922a58fda
commit f698745300

View File

@ -20,4 +20,5 @@ mem.max()
while True:
print('flowing')
rgb.flow()
time.sleep_ms(100)