Thanks to visit codestin.com
Credit goes to lib.rs

Adding rp235x_pac library as a dependency

Run this command in a terminal, in your project's directory:

cargo add rp235x-pac

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

rp235x-pac = "0.2.0"

The rp235x_pac library will be automatically available globally. Read the rp235x_pac library documentation.

Back to the crate overview.