Update README.md (#71)

Add note about putting Pico in bootloader mode when using cargo run
This commit is contained in:
RICHΛRD ΛNΛYΛ 2021-08-02 21:11:05 -07:00 committed by GitHub
parent 9d539b0e7d
commit 553263a5ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,8 @@ Make sure .cargo/config contains the following (it should by default):
runner = "elf2uf2-rs -d" runner = "elf2uf2-rs -d"
``` ```
**IMPORTANT: Make sure you've put your device into bootloader mode and the drive is showing as mounted before executing the next command.**
```sh ```sh
cargo run --example pico_pwm_blink # Run `cargo run --example` for more examples cargo run --example pico_pwm_blink # Run `cargo run --example` for more examples
``` ```