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:
Jan Niehusmann 2022-07-10 13:04:41 +02:00 committed by GitHub
commit 7d11e2f15e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }