初始化提交
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from microbit import *
|
||||
|
||||
def show(object, led, r, g, b):
|
||||
object[led] = (r, g, b)
|
||||
object.show()
|
||||
Reference in New Issue
Block a user