Commit 0762d3b1 authored by Eric Duminil's avatar Eric Duminil
Browse files

NeoPixel -> 1.10.4

parent 67301e9e
Pipeline #5750 canceled with stage
...@@ -2253,10 +2253,11 @@ void Adafruit_NeoPixel::show(void) { ...@@ -2253,10 +2253,11 @@ void Adafruit_NeoPixel::show(void) {
} }
// END of NRF52 implementation // END of NRF52 implementation
#elif defined(__SAMD21E17A__) || defined(__SAMD21G18A__) || \ #elif defined(__SAMD21E17A__) || defined(__SAMD21G18A__) || \
defined(__SAMD21E18A__) || \ defined(__SAMD21E18A__) || defined(__SAMD21J18A__) || \
defined(__SAMD21J18A__) // Arduino Zero, Gemma/Trinket M0, SODAQ Autonomo defined (__SAMD11C14A__)
// and others // Arduino Zero, Gemma/Trinket M0, SODAQ Autonomo
// and others
// Tried this with a timer/counter, couldn't quite get adequate // Tried this with a timer/counter, couldn't quite get adequate
// resolution. So yay, you get a load of goofball NOPs... // resolution. So yay, you get a load of goofball NOPs...
......
name=Adafruit NeoPixel name=Adafruit NeoPixel
version=1.10.3 version=1.10.4
author=Adafruit author=Adafruit
maintainer=Adafruit <info@adafruit.com> maintainer=Adafruit <info@adafruit.com>
sentence=Arduino library for controlling single-wire-based LED pixels and strip. sentence=Arduino library for controlling single-wire-based LED pixels and strip.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment