You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an external neo pixel on pin A1 (as suggested in multiple posts on adafruit.com) the neo pixels don't light up.
This is due to lines 70 to 84 (Adafruit_CircuitPlayground.cpp) that re-map A1 for cap touch - even though there is nothing mentioned in the H file about its usage.
Fix:
comment out line 70 to 84 if you are not using cap touch.
or
Circuit playground begin() should be overloaded when you pass an external neo pixel pin.
The text was updated successfully, but these errors were encountered:
When using an external neo pixel on pin A1 (as suggested in multiple posts on adafruit.com) the neo pixels don't light up.
This is due to lines 70 to 84 (Adafruit_CircuitPlayground.cpp) that re-map A1 for cap touch - even though there is nothing mentioned in the H file about its usage.
Fix:
comment out line 70 to 84 if you are not using cap touch.
or
Circuit playground begin() should be overloaded when you pass an external neo pixel pin.
The text was updated successfully, but these errors were encountered: