-
Updated
Mar 9, 2021 - C
micropython
Here are 1,205 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 6, 2021 - Python
-
Updated
Mar 8, 2021 - C
-
Updated
Mar 9, 2021 - Python
-
Updated
Feb 4, 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
After #1107 is merged, let's replace client.use_passphrase("passphrase")
with setup_client(passphrase="passphrase")
where applicable.
-
Updated
Mar 2, 2021 - Python
-
Updated
Jan 29, 2021
-
Updated
Mar 1, 2021 - Python
-
Updated
Apr 19, 2019 - Python
-
Updated
Aug 12, 2020 - Python
-
Updated
Mar 2, 2021 - Python
-
Updated
Jan 7, 2021 - Makefile
-
Updated
Mar 22, 2019 - Jupyter Notebook
-
Updated
Mar 9, 2021 - Python
-
Updated
Feb 25, 2021
-
Updated
Feb 21, 2021 - Python
-
Updated
Feb 10, 2021
-
Updated
May 6, 2020 - Python
-
Updated
Feb 27, 2021 - 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."
As it is possible to use read/write from the internal storage i guess it would be useful to have a library that handles configuration files.
https://docs.python.org/3/library/configparser.html