Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
interfaces:mcp2221 [2017/03/09 01:53] – darron | interfaces:mcp2221 [2017/03/09 04:05] (current) – [Microchip MCP2221] darron | ||
---|---|---|---|
Line 6: | Line 6: | ||
These are USB I2C/ | These are USB I2C/ | ||
- | Since they are available | + | Since they are available |
easy to utilise. | easy to utilise. | ||
=== Schematic === | === Schematic === | ||
+ | |||
+ | The MCP2221 can be used on a breadboard like this. | ||
+ | |||
{{: | {{: | ||
Line 14: | Line 17: | ||
=== LED demo === | === LED demo === | ||
+ | A simple utility named Dougal has been written to query the MCP2221 | ||
+ | and also demonstrate how to bit-bang the GPIOs. | ||
+ | |||
+ | < | ||
+ | hg clone http:// | ||
+ | cd Dougal/src | ||
+ | make | ||
+ | sudo ./mcp2221 -b | ||
+ | </ | ||
+ | |||
+ | === Resources === | ||
+ | [[http:// |