A pythonic way to access the teensytoany board


Keywords
teensytoany
License
BSD-3-Clause
Install
pip install teensytoany==0.4.0

Documentation

Python TeensyToAny

pypi Travis Docs

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

Features

  • TODO

Credits

This package was created with Cookiecutter and the hmaarrfk/cookiecutter-pypackage project template.