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