FabScanPi-Firmware icon indicating copy to clipboard operation
FabScanPi-Firmware copied to clipboard

Add a command for simple, monocolor LED Strips/Rings

Open rsp-git opened this issue 3 years ago • 0 comments

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

rsp-git avatar Feb 06 '22 18:02 rsp-git