Adding max112x library as a dependency
Run this command in a terminal, in your project's directory:
cargo add max112x
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
max112x = "0.7.0"
The max112x library will be automatically available globally.
Read the max112x library documentation.