5571| 1
|
[求助问答] 关于Mind+的红外库(Arduino) |
只能用2 3 脚吗?我买的扩展板接的D6固定的,我直接用Arduino是可以接收代码的,但是用Mind+生成IR程序后 /*! * MindPlus * uno * */ #include <DFRobot_IRremote.h> // 创建对象 IRremote_Receive remoteReceive_2; // 主程序开始 void setup() { Serial.begin(9600); remoteReceive_2.begin(2); } void loop() { Serial.println((remoteReceive_2.getIrCommand())); delay(1000); } remoteReceive_2.begin(2);改成remoteReceive_2.begin(6); 还是不行,请问这问题能解决吗? |
© 2013-2025 Comsenz Inc. Powered by Discuz! X3.4 Licensed