rosterloh / circuitpython-remoteio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircuitPython RemoteIO

These are my test files for using the MCP2221 with CircuitPython

Installing the libraries

  python3 -m venv .env
  source .env/bin/activate
  pip3 install -r requirements.txt

About


Languages

Language:Python 100.0%