Skip to content

Commit ceee816

Browse files
committed
Short description of how to use adapter
1 parent 25b76ad commit ceee816

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/micropython-course/course/04.digital/03.digital.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ In this exercise, we will read a button, which we will need to connect to our Na
3232

3333
![Button Circuit.](assets/circuitButton.png)
3434

35+
When placing the Nano ESP32 onto the Nano Screw Terminal Adapter, pay attention to the drawing on the adapter, and line up your board with it, so that the boards USB-C® port lines up with the drawing.
36+
37+
Screw terminals are a great way of connecting components quickly and sturdily. Grab yourself a screwdriver of an appropriate size, then feed the wire that you want to connect to a pin through the hole on the side of the adapters screw terminal, and screw down the corresponding screw to tighten its grip on the wire.
38+
39+
Once the cable is stuck in there, you've made a solid connection!
40+
3541
Open the code editor, and copy paste the following script to the `main.py` file, then click on the **"Run"** button to run it.
3642

3743
```python

0 commit comments

Comments
 (0)