Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rein Appeldoorn committed Mar 22, 2018
1 parent 1ea5bbb commit 6af8b2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Connect raspberry PI camera module to board

We use BCM pin 3 (index 5) since it has an internal pull-up resistor. This means that the digital value will get pulled-up
to 1 if it is floating (no connection to the ground or a 3v or 5v output). Pin 3 is floating when our switch is open, so since
we have a pull-up resistor, the digital value will be 1 when the swich (push button) is open (not pressed). If the push button
we have a pull-up resistor, the digital value will be 1 when the switch (push button) is open (not pressed). If the push button
is pressed, we would like the value to go from 1 to 0 and raise a falling event. Therefore, the other wire needs to be
attached to the ground (index 9). We use a pull-up vs a pull-down since it is less sensitive for interference.

Expand Down
Binary file removed illustration.png
Binary file not shown.

0 comments on commit 6af8b2a

Please sign in to comment.