| update_responsibility = update_setup(); | update_responsibility = update_setup(); | ||||
| dma.enable(); | dma.enable(); | ||||
| I2S0_TCSR |= I2S_TCSR_TE | I2S_TCSR_BCE | I2S_TCSR_FRDE | I2S_TCSR_FR; | |||||
| I2S0_TCSR = I2S_TCSR_SR; | |||||
| I2S0_TCSR = I2S_TCSR_TE | I2S_TCSR_BCE | I2S_TCSR_FRDE; | |||||
| dma.attachInterrupt(isr); | dma.attachInterrupt(isr); | ||||
| #endif | #endif | ||||
| } | } |