This repository contains the source code for the usb-to-ttl
documentation
page. Please see the documentation.
Or ask a question on the issues page.
Published with the help of:
Unless otherwise noted, all contents of this repository that were created by Stefan Appelhoff and Tristan Stenner are released under the CC BY 4.0 license.
To build the documentation page yourself, you need to have
Python version 3.4 or higher installed, which
includes the pip
tool.
- Navigate to the root of the
usb-to-ttl
directory. - From the command line, call
pip install -r requirements
to install dependencies. - Now navigate to the
docs
directory and callmake html
to build the html files. - Finally, go to
docs/_build
and openindex.html
to view the documentation
Is it green?