A device that remembers the last IR signal taught to it and triggers an action when the same signal is received again
A device that remembers the last IR signal that was taught to it and triggers some action when the same signal is received again.
Note: The program is written for MPLab-C18
compiler for Microchip’s PIC 18F family micro-controllers.
To teach it,
To use it,
void doStuff() {
// do whatever you want here
}