mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +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
|
@ -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…
Reference in a new issue