pinMode (BUTTON_PIN, INPUT_PULLUP);. The INPUT_PULLUP option is needed because by default if nothing is connected to the pin (if the button is ...
確定! 回上一頁