pin 引脚编号; mode: INPUT, OUTPUT, 或INPUT_PULLUP. 例子: int ledPin = 13; // LED connected to digital pin 13 void setup() { pinMode(ledPin, ...
確定! 回上一頁