You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
Init
led = LEDPanel(
pe = Pin(0, Pin.OUT),
pa = Pin(1, Pin.OUT),
pb = Pin(2, Pin.OUT),
pclk = Pin(4, Pin.OUT),
plat = Pin(5, Pin.OUT),
pdr = Pin(6, Pin.OUT),
freq = 1000,
duty = 1
)
w = 32
h = 16
File "", line 13, in
File "led_panel.py", line 17, in init
TypeError: extra keyword arguments given
What is the reason for this?
The text was updated successfully, but these errors were encountered: