mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 13:01:30 +11:00
boards/pico: Remove mention of boot select button
The boot selector pin is attached to SPI_SS and not easily read (an example https://github.com/raspberrypi/pico-examples/blob/master/picoboard/button/button.c), since the code reading needs to reside in sram. Simply fix the documentation
This commit is contained in:
parent
43650b3248
commit
c02984b422
|
@ -60,7 +60,7 @@ Flashes the Pico's on-board LED on and off.
|
|||
|
||||
### [pico_gpio_in_out](./examples/pico_gpio_in_out.rs)
|
||||
|
||||
Reads the 'Boot Select' pin and drives the on-board LED to match it (i.e. on when pressed, off when not pressed).
|
||||
Reads a push button attached to GPIO 15 and drives the on-board LED to match it (i.e. on when pressed, off when not pressed).
|
||||
|
||||
### [pico_rtic](./examples/pico_rtic.rs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue