Make it actually sort stuff and everything!
parent
4f59cc07d5
commit
830a8e7727
Binary file not shown.
Before Width: | Height: | Size: 809 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 824 KiB |
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
import time
|
||||
import pixel_control
|
||||
pixel_control.ledOn()
|
||||
import control_pixel
|
||||
control_pixel.ledOn()
|
||||
time.sleep(10)
|
||||
pixel_control.ledOff()
|
||||
pixel_control.ledOff()
|
||||
control_pixel.ledOff()
|
||||
control_pixel.ledOff()
|
||||
|
Loading…
Reference in New Issue