Output: digitalWrite(). When a pin is configured as output, you can make it high or low by calling digitialWrite(). digitalWrite(PIN_D6, LOW); // LED on ...
確定! 回上一頁