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);
you only need to add in interpreter.cpp:
25a26