void setup() { //Start the serial connection Serial.begin(9600); // set pin 2 as an input and use internal pullup resistor pinMode(2, ...
確定! 回上一頁