wh1tewolfxx / MCP2221-DIO-CPP

Simple implementation of Digital IO using MCP2221 device and library in c++.
MIT License
0 stars 1 forks source link

can it be used with any mcp2221 board? #1

Open gpuclub opened 5 months ago

gpuclub commented 5 months ago

I was looking for a pure C/C++ way to control this mcp2221. I wonder if adafruit board will work without any tricks with your code and generally with mcp2221 dlls. which board did you use?

wh1tewolfxx commented 5 months ago

I used the Adafruit MCP2221A Breakout - General Purpose USB to GPIO ADC I2C - Stemma QT / Qwiic MCP2221A Breakout

gpuclub commented 5 months ago

thanks bro!