Skip to content

Nucleo-L073rz How to blink the onboard led #10265

Discussion options

You must be logged in to vote

@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.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@speedyant71
Comment options

Answer selected by robert-hh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants