Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ffef509f authored by Mark Yoder's avatar Mark Yoder
Browse files

Added pointer to wiring instructions

parent bb9b5ec9
...@@ -178,13 +178,14 @@ By default, it takes you to your home directory. Notice that the prompt has chan ...@@ -178,13 +178,14 @@ By default, it takes you to your home directory. Notice that the prompt has chan
.. code-block:: bash .. code-block:: bash
debian@beaglebone:beaglebone-cookbook/code/02sensors$ ./pushbutton.py debian@beaglebone:beaglebone-cookbook/code/02sensors$ ./pushbutton.py
data= 0 data = 0
data= 0 data = 0
data= 1 data = 1
data= 1 data = 1
^C ^C
This process will work for any script in this book. This process will work for any script in this book.
(See the following sections for instructions on how to wire the pushbutton.)
.. _sensors_pushbutton: .. _sensors_pushbutton:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment