内容简介:// the setup function runs once when you press reset or power the board void setup() { // initialize digital pin 13 as an output.pinMode(13, OUTPUT);} // the loop function runs over and over again...
用户评论
havenhome