Skip to content

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

Description

@rsp-git

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions