Programmable Shift Light

As I see, In my code:

digitalWrite(YELLOWLED , LOW);

and in your code:

digitalWrite(YELLOWLED . LOW);

  • point instead of comma.