smdn / Smdn.Devices.MCP2221

.NET library for controlling MCP2221/MCP2221A USB2.0 to I2C/UART Protocol Converter with GPIO
https://smdn.jp/electronics/libs/Smdn.Devices.MCP2221/
MIT License
10 stars 5 forks source link

[TODO] GPIO get/set direction not implemented #7

Open smdn opened 3 years ago

smdn commented 3 years ago

Get direction: https://github.com/smdn/Smdn.Devices.MCP2221/blob/1931ceb937a8e39c3dcc3f5cdf7ab1dbbb58f41a/src/Smdn.Devices.MCP2221/Smdn.Devices.MCP2221/MCP2221.GPs.GPIO.cs#L82-L88

Set direction: https://github.com/smdn/Smdn.Devices.MCP2221/blob/1931ceb937a8e39c3dcc3f5cdf7ab1dbbb58f41a/src/Smdn.Devices.MCP2221/Smdn.Devices.MCP2221/MCP2221.GPs.GPIO.cs#L112-L118