mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-23 01:36:35 +11:00
Merge pull request #479 from tweksteen/bump_version_doc
Bump rp-pico version in README.md
This commit is contained in:
commit
3a0b33cfc8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```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
|
||||
|
|
Loading…
Add table
Reference in a new issue