Crate mcp2221

Source
Expand description

Interface to MCP2221 and MCP2221A. Uses libusb, so no MCP2221 kernel module is required. Supports I2C and GPIO.

Structs§

AvailableDevice
A supported device that hasn’t yet been opened.
Config
DeviceInfo
GpioConfig
Handle
An MCP device that has been opened. Supports I2C and GPIO operations.
PinValues

Enums§

Direction
Error
PinState

Type Aliases§

Result