mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-23 09:46:33 +11:00
Fix KB2040/adafruit-kb2040 mix-up in README.
Must have been a bad search/replace when the BSPs were renamed.
This commit is contained in:
parent
882d91cd27
commit
3eb65168ff
1 changed files with 4 additions and 4 deletions
|
@ -147,14 +147,14 @@ RP2040 chip according to how it is connected up on the ItsyBitsy RP2040.
|
||||||
[Adafruit ItsyBitsy RP2040]: https://www.adafruit.com/product/4888
|
[Adafruit ItsyBitsy RP2040]: https://www.adafruit.com/product/4888
|
||||||
[adafruit-itsy-bitsy-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_itsy_bitsy_rp2040
|
[adafruit-itsy-bitsy-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_itsy_bitsy_rp2040
|
||||||
|
|
||||||
### [adafruit-kb2040] - Board Support for the [Adafruit adafruit-kb2040]
|
### [adafruit-kb2040] - Board Support for the [Adafruit KB2040]
|
||||||
You should include this crate if you are writing code that you want to run on
|
You should include this crate if you are writing code that you want to run on
|
||||||
an [Adafruit adafruit-kb2040] - an Arduino Pro Micro-shaped board for keyboards.
|
an [Adafruit KB2040] - an Arduino Pro Micro-shaped board for keyboards.
|
||||||
|
|
||||||
This crate includes the [rp2040-hal], but also configures each pin of the
|
This crate includes the [rp2040-hal], but also configures each pin of the
|
||||||
RP2040 chip according to how it is connected up on the adafruit-kb2040.
|
RP2040 chip according to how it is connected up on the KB2040.
|
||||||
|
|
||||||
[Adafruit adafruit-kb2040]: https://www.adafruit.com/product/5302
|
[Adafruit KB2040]: https://www.adafruit.com/product/5302
|
||||||
[adafruit-kb2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040
|
[adafruit-kb2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040
|
||||||
|
|
||||||
### [adafruit-macropad] - Board Support for the [Adafruit Macropad]
|
### [adafruit-macropad] - Board Support for the [Adafruit Macropad]
|
||||||
|
|
Loading…
Add table
Reference in a new issue