Nucleo-L073rz How to blink the onboard led #10265
Answered
by
jimmo
speedyant71
asked this question in
STM32 / Pyboard
-
How to blink the onboard led marked LD2? |
Beta Was this translation helpful? Give feedback.
Answered by
jimmo
Dec 19, 2022
Replies: 2 comments 1 reply
-
@speedyant71 It's available via pyb.LED(1) like any other STM32 / pyboard board. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
robert-hh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@speedyant71 It's available via pyb.LED(1) like any other STM32 / pyboard board.
You can also access the pin directly via machine.Pin.board.D13 or machine.Pin.cpu.A5.