Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
0762d3b1
Commit
0762d3b1
authored
Feb 08, 2022
by
Eric Duminil
Browse files
NeoPixel -> 1.10.4
parent
67301e9e
Pipeline
#5750
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/src/lib/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp
View file @
0762d3b1
...
...
@@ -2253,10 +2253,11 @@ void Adafruit_NeoPixel::show(void) {
}
// END of NRF52 implementation
#elif defined(__SAMD21E17A__) || defined(__SAMD21G18A__) || \
defined
(
__SAMD21E18A__
)
||
\
defined
(
__SAMD21J18A__
)
// Arduino Zero, Gemma/Trinket M0, SODAQ Autonomo
// and others
#elif defined(__SAMD21E17A__) || defined(__SAMD21G18A__) || \
defined
(
__SAMD21E18A__
)
||
defined
(
__SAMD21J18A__
)
||
\
defined
(
__SAMD11C14A__
)
// Arduino Zero, Gemma/Trinket M0, SODAQ Autonomo
// and others
// Tried this with a timer/counter, couldn't quite get adequate
// resolution. So yay, you get a load of goofball NOPs...
...
...
ampel-firmware/src/lib/Adafruit_NeoPixel/library.properties
View file @
0762d3b1
name
=
Adafruit NeoPixel
version
=
1.10.
3
version
=
1.10.
4
author
=
Adafruit
maintainer
=
Adafruit <info@adafruit.com>
sentence
=
Arduino library for controlling single-wire-based LED pixels and strip.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment