-
Updated
Oct 8, 2021 - C
micropython
Here are 1,376 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
Oct 8, 2021 - Python
-
Updated
Aug 31, 2021 - C
-
Updated
Aug 25, 2021 - Python
Micropython 1.17 introduces f-string support.
There are a LOT of places in firmware where using f-strings would be practical and make the code more readable. At some point we should mass-convert all format strings to f-string syntax.
-
Updated
Oct 6, 2021 - Python
The following MicroPython modules are not referenced in the docs:
- array
- builtins
- ucollections
- gc
- [Upstream docs](https://do
-
Updated
Jul 23, 2020 - Python
-
Updated
Oct 4, 2021 - Python
-
Updated
Oct 8, 2021 - Makefile
-
Updated
Jun 10, 2021
-
Updated
Oct 8, 2021 - Python
-
Updated
Mar 2, 2021 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Apr 19, 2019 - Python
-
Updated
Oct 5, 2021 - Python
-
Updated
Mar 22, 2019 - Jupyter Notebook
-
Updated
Aug 12, 2020 - Python
-
Updated
Jun 3, 2021
-
Updated
Sep 29, 2021
-
Updated
Oct 8, 2021 - Python
-
Updated
Aug 26, 2020 - 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."
While fixing PR #4662 / issue #4657 it was found that PulseIn is not using the
common_hal
method of state machine construction. Thecommon_hal
version has more checks and would keep the functionality properly encapsulated. Thedisplayio.ParallelBus
could be used as a template on how to change this issue.