Arduino. int LED_PIN=13;. void setup () { // 初始化副程式,程式起始時僅執行一次. pinMode (LED_PIN, OUTPUT); // 以數位輸出方式啟用Pin13. }.
確定! 回上一頁