pinMode(BUTTON_PIN, INPUT_PULLUP); //設定按鈕接腳為輸入
digitalRead(BUTTON_PIN); //讀取按鍵狀態
https://blog.jmaker.com.tw/arduino-buttons/ 傑森創工