kopia lustrzana https://github.com/raspberrypi/pico-extras
comment what 'swapped' actually means
rodzic
92eb0b54be
commit
807dc06082
|
@ -106,6 +106,8 @@ extern "C" {
|
|||
#define PICO_AUDIO_I2S_CLOCK_PIN_BASE 26
|
||||
#endif
|
||||
|
||||
// The default order is CLOCK_PIN_BASE=LRCLK, CLOCK_PIN_BASE+1=BCLK
|
||||
// The swapped order is CLOCK_PIN_BASE=BCLK, CLOCK_PIN_BASE+1=LRCLK
|
||||
#ifndef PICO_AUDIO_I2S_CLOCK_PINS_SWAPPED
|
||||
#define PICO_AUDIO_I2S_CLOCK_PINS_SWAPPED 0
|
||||
#endif
|
||||
|
|
Ładowanie…
Reference in New Issue