Skip to content

Commit

Permalink
Merge pull request #336 from drewsloan/samd21g17a_support
Browse files Browse the repository at this point in the history
Added support for the SAMD21G17A.
  • Loading branch information
ladyada authored Apr 24, 2024
2 parents d39663e + df33b77 commit d0f3109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_NeoPixel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2256,7 +2256,7 @@ void Adafruit_NeoPixel::show(void) {

#elif defined(__SAMD21E17A__) || defined(__SAMD21G18A__) || \
defined(__SAMD21E18A__) || defined(__SAMD21J18A__) || \
defined (__SAMD11C14A__)
defined(__SAMD11C14A__) || defined(__SAMD21G17A__)
// Arduino Zero, Gemma/Trinket M0, SODAQ Autonomo
// and others
// Tried this with a timer/counter, couldn't quite get adequate
Expand Down

0 comments on commit d0f3109

Please sign in to comment.