Skip to content
Snippets Groups Projects
Commit 748dc5c0 authored by Jiawen Gong's avatar Jiawen Gong
Browse files

Update file week08.md

parent 78506603
No related branches found
No related tags found
No related merge requests found
Pipeline #417958 passed
......@@ -132,3 +132,21 @@ void loop() {
[^1]: File: xxx
[^2]: File: xxx
[^3]: File: xxx
## **Arduino**
**If you connect an input you have to select the right pin depending on the sensor**
Digital sensors:all the 10 pins are good
Analog sensors: can be connected only the A0/A5 pins
**If you connect an output you have to select the right pin depending on how you want to control the device**
Digital way: all the IO pins are good
Analog way: you can use only the PWM pins (~)
[Arduino Language](https://www.arduino.cc/reference/en/)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment