Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External neo pixel using pin A1 doesn’t work #38

Open
sajingeo opened this issue Oct 25, 2018 · 0 comments
Open

External neo pixel using pin A1 doesn’t work #38

sajingeo opened this issue Oct 25, 2018 · 0 comments

Comments

@sajingeo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant