Skip to content

Commit

Permalink
Allow pin reuse in muse-proto media player config (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Dec 25, 2023
1 parent d320371 commit 97e1ee1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions media-player/raspiaudio-muse-proto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,19 @@ speaker:
- platform: i2s_audio
id: board_external_speakers
dac_type: external
i2s_dout_pin: GPIO26
i2s_dout_pin:
number: GPIO26
allow_other_uses: true
mode: mono

media_player:
- platform: i2s_audio
id: media_out
name: None
dac_type: external
i2s_dout_pin: GPIO26
i2s_dout_pin:
number: GPIO26
allow_other_uses: true
mode: mono
mute_pin:
number: GPIO21
Expand Down

0 comments on commit 97e1ee1

Please sign in to comment.