A pythonic way to access the teensytoany board
To program the teensy to any devices you will need the following additional dependencies:
click
appdirs
requests
You can install them with:
conda install click appdirs requests
# or
pip install click appdirs requests
- TODO
This package was created with Cookiecutter and the hmaarrfk/cookiecutter-pypackage project template.