摘要:
参考文档:http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/irremote-library/ 参考文档:https://www.arduino.cn/thread-3259-1-1.html 先获得 阅读全文
摘要:
int redPin = 7; int greenPin = 9; int bluePin = 11; void setup() { pinMode(redPin,OUTPUT); pinMode(greenPin,OUTPUT); pinMode(bluePin,OUTPUT); } void b 阅读全文