-
Updated
Mar 10, 2022 - C
micropython
Here are 1,502 public repositories matching this topic...
About this question, here is a unified reply.
We need to see this place where one is the definition and load the configuration.
https://github.com/sipeed/MaixPy/blob/master/components/micropython/port/builtin_py/board.py
If you don't provide the configuration, you won't get the concrete variable.
If it is SIPEED published hardware, the appropriate configuration is provided here.
htt
-
Updated
Mar 2, 2022 - Python
The command-line tool trezorctl uses P2PKH as the default script type when one is not specified. It would be convenient, if trezorctl would determine the default script type based on the path (-n), for known paths (BIP 49, BIP 84, BIP 86, ...).
-
Updated
Dec 14, 2021 - C
-
Updated
Feb 24, 2022 - Python
-
Updated
Feb 20, 2022 - Python
The following MicroPython modules are not referenced in the docs:
- array
- builtins
- ucollections
- gc
- [Upstream docs](https://do
-
Updated
Mar 9, 2022 - Makefile
-
Updated
Mar 8, 2022 - Python
-
Updated
Jul 23, 2020 - Python
-
Updated
Mar 10, 2022 - Python
-
Updated
Mar 3, 2022
-
Updated
Feb 10, 2022 - Python
-
Updated
Feb 18, 2022 - Python
-
Updated
Dec 14, 2021 - Python
-
Updated
Dec 1, 2021 - Python
-
Updated
Mar 6, 2022
-
Updated
Apr 19, 2019 - Python
-
Updated
Jan 12, 2022
-
Updated
Feb 14, 2022 - Jupyter Notebook
-
Updated
Aug 12, 2020 - Python
-
Updated
Aug 26, 2020 - Python
-
Updated
Jan 31, 2022 - Python
Improve this page
Add a description, image, and links to the micropython topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the micropython topic, visit your repo's landing page and select "manage topics."
Running on a Clue, I get "All timers in use" error when using PWMOut after a few reloads.
I originally noticed that on the Xiao NRF52 using adafruit_rgbled, and reproduced it on a Feather NRF52.
Couldn't reproduce on other ports.
This code takes 4 reloads to error. Less if more pins are used.