Engineers Gallery

ARDUINO IR REMOTE CONTROLLER

Arduino ir remote controller:

IR

case  0x2FD807F:
Serial.println(“Center”);
digitalWrite(LED1,HIGH);
break;

case  0x2FD40BF:
Serial.println(“Center”);
digitalWrite(LED1,LOW);
break;

if you can change your button like this ,you must want to change hex cord only
and the other thing is = how to control the led brightness in with to button

Exit mobile version