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

Add a command for simple, monocolor LED Strips/Rings #9

Open
rsp-git opened this issue Feb 6, 2022 · 0 comments
Open

Add a command for simple, monocolor LED Strips/Rings #9

rsp-git opened this issue Feb 6, 2022 · 0 comments

Comments

@rsp-git
Copy link

rsp-git commented Feb 6, 2022

you only need to add in interpreter.cpp:

25a26

if(r>0) digitalWrite(5, HIGH); else digitalWrite(5, LOW);
30a32,34
// 12V LEDs:
pinMode(5, OUTPUT);
digitalWrite(5, LOW);

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