--- title: 高一八班 0518 tags: 作業 --- --- > 作業繳交處 > [mblock](https://ide.mblock.cc/#/) > [upload.cc](https://upload.cc/) > `` --- ### 作業 #### 序列埠   #### 按鈕  ```c++ const int buttonPin = 2; int buttonState = 0; ===== void setup() {===== pinMode(buttonPin, INPUT); } void loop() { buttonState = digitalRead(buttonPin); if (buttonState == LOW) { // 自行輸入 } else { // 自行輸入 } } ``` ---
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up