Procházet zdrojové kódy

Add comment with link to I2S hardware explanation

dds
PaulStoffregen před 3 roky
rodič
revize
ebfb3270fe
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      output_i2s.cpp

+ 3
- 0
output_i2s.cpp Zobrazit soubor

@@ -42,6 +42,9 @@ DMAMEM __attribute__((aligned(32))) static uint32_t i2s_tx_buffer[AUDIO_BLOCK_SA
#include "utility/imxrt_hw.h"
#endif

// high-level explanation of how this I2S & DMA code works:
// https://forum.pjrc.com/threads/65229?p=263104&viewfull=1#post263104

void AudioOutputI2S::begin(void)
{
dma.begin(true); // Allocate the DMA channel first

Načítá se…
Zrušit
Uložit