:638.063KB : :1 :2022-09-29 15:26:35
Arduino红外库+操作指南如果开发者对于本文件有需要的可以参考。
├── 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
10-04MPLAB-X-IDE快速操作指南