docs update

This commit is contained in:
jbruce
2022-11-03 10:22:52 -04:00
parent 2fa18589a5
commit 70d1e81a9b
2 changed files with 26 additions and 2 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ If you're using a breadboard with a labeled break-out board, verify:
I thought at one point that I had fried my RPi. I needed to verify that it
still worked as expected. Here's what I did to verify GPIO on my pi.
```gpio readall```
```source venv/bin/activate; ./gpioreadall.py```
and you'll get output that looks something like this...
@@ -76,7 +76,7 @@ This will show you the output of gpio readall every 2 seconds. This way you can
moving a wire to each gpio pin and then look up to verify **V** has changed as you expect without
having to type.
```watch gpio readall```
```watch ./gpioreadall.py```
* connect a 3V3 pin in series to a 1k ohm resistor
* connect the other end of the resistor to each gpio pin one at a time