Skip to content

Commit

Permalink
Update audio_i2s.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Michi71 authored Jun 10, 2024
1 parent 76328fc commit f076773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/audio/include/audio_i2s.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ extern "C" {
#ifndef PICO_AUDIO_I2S_DATA_PIN
//#warning PICO_AUDIO_I2S_DATA_PIN should be defined when using AUDIO_I2S
//#define PICO_AUDIO_I2S_DATA_PIN 18
#define PICO_AUDIO_I2S_DATA_PIN 9
#define PICO_AUDIO_I2S_DATA_PIN 26
#endif

#ifndef PICO_AUDIO_I2S_CLOCK_PIN_BASE
//#warning PICO_AUDIO_I2S_CLOCK_PIN_BASE should be defined when using AUDIO_I2S
//#define PICO_AUDIO_I2S_CLOCK_PIN_BASE 16
#define PICO_AUDIO_I2S_CLOCK_PIN_BASE 10
#define PICO_AUDIO_I2S_CLOCK_PIN_BASE 27
#endif

// todo this needs to come from a build config
Expand Down

0 comments on commit f076773

Please sign in to comment.