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

'class Adafruit_ZeroDMA' has no member named 'isActive' #9

Closed CreativeRobotics closed 5 years ago

CreativeRobotics commented 5 years ago

I get this error when compilig the strandtest example with 1.0.8. I was trying to use the Metro M4 board and the on board neopixel. This error goes away if I roll back to lib version 1.0.7:

error: 'class Adafruit_ZeroDMA' has no member named 'isActive'

 while(dma.isActive()); // Wait for DMA callback, so pixel data isn't corrupted
CreativeRobotics commented 5 years ago

Damn it, I thought I had updated all the associated libraries, but I was wrong. My bad.