diff --git a/books/beaglebone-cookbook/02sensors/sensors.rst b/books/beaglebone-cookbook/02sensors/sensors.rst index 800461cd1f4e3c7a15bd60b72994882a1ce6b95c..5fcce808671da721cfd75b26f3a7eb23f2de0224 100644 --- a/books/beaglebone-cookbook/02sensors/sensors.rst +++ b/books/beaglebone-cookbook/02sensors/sensors.rst @@ -178,13 +178,14 @@ By default, it takes you to your home directory. Notice that the prompt has chan .. code-block:: bash debian@beaglebone:beaglebone-cookbook/code/02sensors$ ./pushbutton.py - data= 0 - data= 0 - data= 1 - data= 1 + data = 0 + data = 0 + data = 1 + data = 1 ^C This process will work for any script in this book. +(See the following sections for instructions on how to wire the pushbutton.) .. _sensors_pushbutton: