]> Repositories - Adafruit_Blinka-hackapet.git/commit
The Pin imports for MCP2221 was missing from the module and thus you would get the...
authorAndre Jacobs <andrejacobs@users.noreply.github.com>
Wed, 12 Jan 2022 09:26:07 +0000 (09:26 +0000)
committerAndre Jacobs <andrejacobs@users.noreply.github.com>
Wed, 12 Jan 2022 09:26:07 +0000 (09:26 +0000)
commit6d9523a25e8f5949b94a89ad986af39bfcf8544b
treedd4d505053f156765a6ea2deff930c6341bf9de9
parentf6a653e6cc34e71c9ef7912b858de1018f08ecf8
The Pin imports for MCP2221 was missing from the module and thus you would get the following error when using certain libraries.

NotImplementedError: ('Microcontroller not supported:', 'MCP2221')
src/microcontroller/__init__.py