adafruit / Adafruit_NeoPixel_ZeroDMA

DMA-based NeoPixel library for SAMD microcontrollers (Feather M0, M4, Arduino Zero, etc.)
MIT License
39 stars 13 forks source link

new begin() with mostly free pin selection #5

Closed Adminius closed 6 years ago

Adminius commented 6 years ago

User can call new begin function like this: strip.begin(&sercom4, SERCOM4, SERCOM4_DMAC_ID_TX, 22, 23, 24, SPI_PAD_0_SCK_3, SERCOM_RX_PAD_2, PIO_SERCOM_ALT);

Adminius commented 6 years ago

1

Adminius commented 6 years ago

i'm not sure about boolen. may be bool is better

Adminius commented 6 years ago

@PaintYourDragon thx! when is the next release of this lib planned?

PaintYourDragon commented 6 years ago

Taa-daah.