Update serial.mdx

Add opening
This commit is contained in:
rcarteraz 2023-07-18 21:47:57 -07:00 committed by GitHub
parent 699e82df9e
commit 694c1c5e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,7 +265,7 @@ while True:
#### Arduino Mini Pro Code
```cpp
int LED = 13; // the pin to which the LED is connected
int PIR = 2; // the pin to which the sensor is connected
int previousState = LOW; // previous state of the sensor