Crates.io | mcp2221-cli |
lib.rs | mcp2221-cli |
version | 0.1.0 |
created_at | 2025-05-30 16:40:37.948235+00 |
updated_at | 2025-05-30 16:40:37.948235+00 |
description | CLI for the MCP2221 USB to I2C and GPIO converter |
homepage | |
repository | https://github.com/robjwells/mcp2221-hal/ |
max_upload_size | |
id | 1695329 |
size | 55,856 |
A command-line interface for the MCP2221 USB to I2C and GPIO converter.
This allows you to interact in a simple manner with a connected MCP2221 without having to write a standalone program to, for example, send and receive I2C data or change settings.
The CLI uses mcp2221-hal, which you might like to check out if you're writing embedded-hal device drivers via an MCP2221.
For the moment, just use Cargo:
cargo install --locked mcp2221-cli
This crate is licensed under MIT or Apache 2.0 (at your option).