Update(boards): xpython板卡执行 build:prod
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
boards/default/micropython_robot/build/MixBot-v1.23.0.bin
Normal file
BIN
boards/default/micropython_robot/build/MixBot-v1.23.0.bin
Normal file
Binary file not shown.
BIN
boards/default/micropython_robot/build/MixBot_lib-v1.23.0.bin
Normal file
BIN
boards/default/micropython_robot/build/MixBot_lib-v1.23.0.bin
Normal file
Binary file not shown.
BIN
boards/default/micropython_robot/build/Mixgo_FeiYi-v1.23.0.bin
Normal file
BIN
boards/default/micropython_robot/build/Mixgo_FeiYi-v1.23.0.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
boards/default/micropython_robot/build/RM_E1-v1.23.0.bin
Normal file
BIN
boards/default/micropython_robot/build/RM_E1-v1.23.0.bin
Normal file
Binary file not shown.
BIN
boards/default/micropython_robot/build/RM_E1_lib-v1.23.0.bin
Normal file
BIN
boards/default/micropython_robot/build/RM_E1_lib-v1.23.0.bin
Normal file
Binary file not shown.
@@ -16,7 +16,7 @@ rtc_clock=RTC()
|
||||
|
||||
'''2RGB_WS2812'''
|
||||
from ws2812 import NeoPixel
|
||||
onboard_rgb = NeoPixel(Pin(12), 2, default=1)
|
||||
onboard_rgb = NeoPixel(Pin(12), 2, default=1, timing=(450, 900, 850, 500))
|
||||
|
||||
'''1Buzzer-Music'''
|
||||
from music import MIDI
|
||||
|
||||
@@ -43,7 +43,7 @@ except Exception as e:
|
||||
|
||||
'''2RGB_WS2812''' #color_chase(),rainbow_cycle()方法移至类里
|
||||
from ws2812 import NeoPixel
|
||||
onboard_rgb = NeoPixel(Pin(12), 2, default=1)
|
||||
onboard_rgb = NeoPixel(Pin(12), 2, default=1, timing=(450, 900, 850, 500))
|
||||
|
||||
'''3-Button'''
|
||||
class Button:
|
||||
|
||||
Reference in New Issue
Block a user