项目作者: ssp5zone

项目描述 :
A device that remembers the last IR signal taught to it and triggers an action when the same signal is received again
高级语言: C
项目地址: git://github.com/ssp5zone/programmable-ir-remote-trigger.git
创建时间: 2018-10-13T22:07:28Z
项目社区:https://github.com/ssp5zone/programmable-ir-remote-trigger

开源协议:The Unlicense

下载


Microchip’s PIC based Programmable IR Remote Reader/Trigger

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,

  1. Start the device.
  2. Point any IR remote (TV/AC/Toy etc.) to the reader.
  3. Press a button till read-completed LED glows.

To use it,

  1. Put your code below while burning to device,
    1. void doStuff() {
    2. // do whatever you want here
    3. }
  2. Press the same button on the remote again.