Arduino Infrared (IR) Remote Driver Implementation
Arduino Infrared (IR) Remote Driver Implementation
The Infrared Sensor
The IR Remote Receiver Electronic Module has 3 pins. From left to right they are (G) Ground, (V) Voltage, (S) Signal. BUT the marking sometimes varies on the little circuit board.
Interface
/** * Infrared Sensor Driver Interface * * @file ir_sensor_driver.h * @brief Infrared Sensor Driver Interface * @author Robert Meisner * @version 1.0 2016-12-22 */ namespace CatchIT {…
View On WordPress











