摘要: int redPin = 7; int greenPin = 9; int bluePin = 11; void setup() { // put your setup code here, to run once: pinMode(redPin,OUTPUT); pinMode(greenPin, 阅读全文
posted @ 2020-11-26 21:02 楸壳 阅读(133) 评论(0) 推荐(0)