micropython
Here are 943 public repositories matching this topic...
-
Updated
May 29, 2020 - C
In line 67 there is a call to sys.exc_info(...) shown below.
However this will not work on the latest version of micropython as the sys library does not have this method compiled in. e.g.
>>> import sys
>>> sys.
__class__ __name__ argv byte
After an email discussion with @tmontes , I guess we need a constitution for Mu so folks can see what rules (both technical and community) we follow, what we expect from contributors and so we can hold ourselves to account.
I'm very much for making things open and clear.
At the very least it should include:
- Rules of the road we (as admins) follow,
- Our expectations of contributors,
I tried to add a c-module to my project but the documentation https://micropython-dev-docs.readthedocs.io/en/latest/adding-module.html does not fit.
I am still hanging on the very first step, adding a module (like esp32/mymodule.c)
If I add it to the components.mk in MicroPython_BUILD/components/
the build script will tell me *** No rule to make target
There is still no code in mymodule
-
Updated
May 3, 2020 - Python
Hi,
it would be helpful to also have the HID functionality documented. There is some information in the forum but it should be in the documentation (as well).
Thanks and br
Patrick
-
Updated
Apr 18, 2020 - Python
-
Updated
Apr 19, 2019 - Python
-
Updated
Jan 18, 2020 - Python
-
Updated
Feb 28, 2020
-
Updated
Nov 4, 2018 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Mar 22, 2019 - Jupyter Notebook
CPython3 has check for "printable" chars, and dumps them. This discrepancy causes a bunch of diffs when comparing CPy vs uPy output on real-world corpus (like, CPython stdlib/testsuite).
Hi everybody,
I'm using Pycharm 2018.3.5 CE with Micropython plugin in Windows 7.
Everything works fine: I can access REPL for my NUCLEO board, I can flash file to my board.
The problem is I can't see Mycropython documentation for my code, just standard Python. If I place the cursor on my code snippet and press CTRL+Q it says no documentation found.
What am I doing wrong?
Many thanks.
Wa
add extra command line option parsing to add/remove/show routes.
-
Updated
May 6, 2020 - Python
-
Updated
Apr 18, 2018 - Python
-
Updated
May 3, 2020 - Python
-
Updated
May 31, 2018 - Python
-
Updated
Apr 17, 2020
-
Updated
May 17, 2020 - Python
-
Updated
May 29, 2020 - Makefile
-
Updated
Apr 30, 2020 - C
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."
The code example in the docs fails with a surprising traceback.
Outcome: