From: Andre Jacobs Date: Wed, 12 Jan 2022 09:26:07 +0000 (+0000) Subject: The Pin imports for MCP2221 was missing from the module and thus you would get the... X-Git-Tag: 6.19.0^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/6d9523a25e8f5949b94a89ad986af39bfcf8544b?hp=6d9523a25e8f5949b94a89ad986af39bfcf8544b 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') ---