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

[Feature Request]: Control external LED #699

Closed
kgfox1 opened this issue Jun 19, 2024 · 2 comments
Closed

[Feature Request]: Control external LED #699

kgfox1 opened this issue Jun 19, 2024 · 2 comments
Assignees
Labels
feature A new feature or idea!

Comments

@kgfox1
Copy link

kgfox1 commented Jun 19, 2024

What feature would you like to see added to TallyArbiter?

I am attempting to wire a NeoPixel Jewel 7 to a M5Stick C Plus. I noticed in the code for the listener that it should send data to external (either G26 or G36). I am connecting the GND, 5V Out, and G26 to the Jewel, but there is no life in the LED. What am I missing?

@kgfox1 kgfox1 added the feature A new feature or idea! label Jun 19, 2024
Copy link

Hello there kgfox1 👋

Welcome to TallyArbiter!

Thank you for opening your first issue for the Tally Arbiter project. Tally Arbiter fosters an open and welcoming environment for all our contributors. Please adhere to our Code Of Conduct.

If you have more to contribute to this issue, please comment down below! We will try to get back to you as soon as we can.

@Jocke4f
Copy link
Collaborator

Jocke4f commented Jun 22, 2024

To enable usage of the external pins you need to change
#define TALLY_EXTRA_OUTPUT false
to
#define TALLY_EXTRA_OUTPUT true
before you compile the sketch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or idea!
Projects
None yet
Development

No branches or pull requests

4 participants