import machine

# 핀을 출력 모드로 설정
a = machine.Pin(7, machine.Pin.OUT)
b = machine.Pin(8, machine.Pin.OUT)
c = machine.Pin(9, machine.Pin.OUT)
d = machine.Pin(16, machine.Pin.OUT)
e = machine.Pin(17, machine.Pin.OUT)

# 핀 a를 켭니다 (전압을 HIGH로 설정)
a.off()
b.off()
c.off()
d.off()
e.off()

'''
f=machine.Pin(,machine.Pin.Out)
g=machine.Pin(,machine.Pin.Out)
'''

$abcdeabcde151015202530fghijfghij
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT