20.红外遥控器解码├── Arduino 入门到精通 例程20-红外遥控.doc
├── IRremote
│ ├── IRremote.cpp
│ ├── IRremote.h
│ ├── IRremoteInt.h
│ ├── LICENSE.txt
│ ├── examples
│ │ ├── IRrecord
│ │ │ └── IRrecord.ino
│ │ ├── IRrecvDemo
│ │ │ └── IRrecvDemo.ino
│ │ ├── IRrecvDump
│ │ │ └── IRrecvDump.ino
│ │ ├── IRrelay
│ │ │ └── IRrelay.ino
│ │ ├── IRsendDemo
│ │ │ └── IRsendDemo.ino
│ │ ├── IRtest
│ │ │ └── IRtest.ino
│ │ ├── IRtest2
│ │ │ └── IRtest2.ino
│ │ └── JVCPanasonicSendDemo
│ │ └── JVCPanasonicSendDemo.ino
│ ├── keywords.txt
│ └── readme
├── IRremote.rar
├── hongwaiyaokong
│ └── hongwaiyaokong.ino
├── read.txt
├── sketch_mar10c
│ └── sketch_mar10c.ino
└── 红外遥控.txt
12 directories, 20 files
评论