MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
-
Updated
Jan 2, 2021 - C
The following MicroPython modules are not referenced in the docs:
After #1107 is merged, let's replace client.use_passphrase("passphrase") with setup_client(passphrase="passphrase") where applicable.
Add a description, image, and links to the micropython topic page so that developers can more easily learn about it.
To associate your repository with the micropython topic, visit your repo's landing page and select "manage topics."
Running this code causes D19 to idle high and not oscillate. Removing D30 from pins_temp corrects the issue. No errors are flagged. D30 and D19 share TC4_WO1, but have different TCC peripherals.