SPI(2) interfering with DAC(2)
Posted: Sun May 27, 2018 12:26 pm
I'm using the following:
Is there an obvious explanation to this behavior? If not, I'll try to build a minimal working example and post it here.
- Mathieu
- DAC.write_timed(buffer, 16000, mode=DAC.CIRCULAR) on pin X6 to generate an audio signal.
- SPI-MOSI on pin Y8 to drive a NeoPixel strip with JanBednarik's ws2812 library
Is there an obvious explanation to this behavior? If not, I'll try to build a minimal working example and post it here.
- Mathieu