mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-02-23 23:57:43 +11:00
Merge pull request #381 from 9names/adafruit_macropad_fix_speaker_pin
Fix pin number for speaker in adafruit macropad bsp
This commit is contained in:
commit
7d11e2f15e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ hal::bsp_pins!(
|
||||||
Gpio14 {
|
Gpio14 {
|
||||||
name: speaker_shutdown
|
name: speaker_shutdown
|
||||||
},
|
},
|
||||||
Gpio15 { name: speaker },
|
Gpio16 { name: speaker },
|
||||||
Gpio17 {
|
Gpio17 {
|
||||||
name: encoder_rota,
|
name: encoder_rota,
|
||||||
aliases: { PullUpInput: RotaryA }
|
aliases: { PullUpInput: RotaryA }
|
||||||
|
|
Loading…
Add table
Reference in a new issue