Documentation examples¶
The examples in the documentation are tested with doctest.
Run the documentation examples¶
First connect a dev-kit over USB.
Running microspec.__main__ runs all of the documentation
examples:
python -m microspec
(This only requires installing microspec, it does not require
cloning the project repository.)