How to install machine library into micropython #18374
Unanswered
stuarte83
asked this question in
STM32 / Pyboard
Replies: 1 comment 3 replies
-
|
The machine module is part of the firmware and already present. Just try |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have managed to install micropython onto an official stm32f407vgt6 discovery board. I am trying to get the board to output pwm signals to an active buzzer to generate a few tones. To do this, I need to have the machine library installed.
So, how do I install the machine library into the micropython that is running on the discovery board ?
Beta Was this translation helpful? Give feedback.
All reactions