We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had to ditch the usual Adafruit_NeoPixel library for my project so I tweaked pins.h, adding for ADAFRUIT_QTPY_M0:
pins.h
ADAFRUIT_QTPY_M0
&sercom3, SERCOM3, SERCOM3_DMAC_ID_TX, 11, SPI_PAD_2_SCK_3, PIO_SERCOM_ALT,
to the sercomTable[] values. Now I can DMA drive the NeoPixel without interfering with my code (see context).
sercomTable[]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had to ditch the usual Adafruit_NeoPixel library for my project so I tweaked
pins.h
, adding forADAFRUIT_QTPY_M0
:&sercom3, SERCOM3, SERCOM3_DMAC_ID_TX, 11, SPI_PAD_2_SCK_3, PIO_SERCOM_ALT,
to the
sercomTable[]
values. Now I can DMA drive the NeoPixel without interfering with my code (see context).The text was updated successfully, but these errors were encountered: