From ffef509ffc26e7d8972bff3a4b4b2d51db17fbc5 Mon Sep 17 00:00:00 2001 From: "Mark A. Yoder" <Mark.A.Yoder@Rose-Hulman.edu> Date: Wed, 25 Sep 2024 13:06:46 -0400 Subject: [PATCH] Added pointer to wiring instructions --- books/beaglebone-cookbook/02sensors/sensors.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/books/beaglebone-cookbook/02sensors/sensors.rst b/books/beaglebone-cookbook/02sensors/sensors.rst index 800461cd..5fcce808 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: -- GitLab