Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit e83302bd authored by Jason Kridner's avatar Jason Kridner
Browse files

books/beaglebone-cookbook: fixed some code links I missed

parent 61a10dfb
Branches
No related merge requests found
...@@ -176,7 +176,7 @@ reads GPIO port *P9_42*, which is attached to the pushbutton. ...@@ -176,7 +176,7 @@ reads GPIO port *P9_42*, which is attached to the pushbutton.
.. _js_pushbutton_code: .. _js_pushbutton_code:
.. literalinclude:: code/pushbutton.js .. literalinclude:: ../code/02sensors/pushbutton.js
:caption: Monitoring a pushbutton (pushbutton.js) :caption: Monitoring a pushbutton (pushbutton.js)
:linenos: :linenos:
...@@ -294,7 +294,7 @@ Add the code to a file called _analogIn.js_ and run it; then change the resistor ...@@ -294,7 +294,7 @@ Add the code to a file called _analogIn.js_ and run it; then change the resistor
.. _py_analogIn_code: .. _py_analogIn_code:
.. literalinclude:: code/analogIn.py .. literalinclude:: ../code/02sensors/analogIn.py
:caption: Reading an analog voltage (analogIn.py) :caption: Reading an analog voltage (analogIn.py)
:linenos: :linenos:
......
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