1
0
Fork 0
mirror of https://github.com/italicsjenga/rp-hal-boards.git synced 2025-02-23 23:57:43 +11:00

Bump rp-pico version in README.md

This commit is contained in:
Thiébaud Weksteen 2022-10-21 15:11:14 +11:00
parent 2fb3e2a7e9
commit 578657a829

View file

@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Pico.
To use this crate, your `Cargo.toml` file should contain: To use this crate, your `Cargo.toml` file should contain:
```toml ```toml
rp-pico = "0.4.0" rp-pico = "0.5.0"
``` ```
In your program, you will need to call `rp_pico::Pins::new` to create In your program, you will need to call `rp_pico::Pins::new` to create