News

#include <IRremote.h> const int IR_SEND_PIN = 3; // Define the Arduino Nano PWM pin for IR LED void setup () { Serial.begin (9600); // Start the Serial Monitor for debugging IrSender.begin ...