uerrno: add uerrno module stubs and docs

Issue: https://github.com/pybricks/support/issues/236
This commit is contained in:
David Lechner
2021-07-14 09:41:30 +02:00
committed by laurensvalk
parent 0eb0e160e9
commit 0865a58632
5 changed files with 75 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ findings on our `support page`_ so we can make Pybricks even better.
:hidden:
micropython
uerrno
.. toctree::
:maxdepth: 1
+4
View File
@@ -0,0 +1,4 @@
:mod:`uerrno` -- System error codes
===================================
.. automodule:: uerrno