diff options
| author | Damien George | 2014-11-02 23:37:02 +0000 |
|---|---|---|
| committer | Damien George | 2014-11-02 23:37:02 +0000 |
| commit | 6e6dfdc56be2a5d6476d087043d2a4ccae139af2 (patch) | |
| tree | f63db0de4531eacf91fdc94ed34bc060c2439cef /docs/tutorial/lcd_skin.rst | |
| parent | 1060baa2c26d45c2641ee786581655eb44ffda90 (diff) | |
docs: Make custom index page; add more docs.
Diffstat (limited to 'docs/tutorial/lcd_skin.rst')
| -rw-r--r-- | docs/tutorial/lcd_skin.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/lcd_skin.rst b/docs/tutorial/lcd_skin.rst index 997c1c6f4..288b63162 100644 --- a/docs/tutorial/lcd_skin.rst +++ b/docs/tutorial/lcd_skin.rst @@ -58,7 +58,7 @@ enables the 4 touch sensors. The third line reads the touch status and the ``touch`` variable holds the state of the 4 touch buttons (A, B, X, Y). -There is a simple driver [here](/static/doc/examples/mpr121.py) +There is a simple driver `here <http://micropython.org/static/doc/examples/mpr121.py>`_ which allows you to set the threshold and debounce parameters, and easily read the touch status and electrode voltage levels. Copy this script to your pyboard (either flash or SD card, in the top @@ -81,4 +81,4 @@ initialise the I2C bus using:: >>> m = mpr121.MPR121(pyb.I2C(2, pyb.I2C.MASTER)) There is also a demo which uses the LCD and the touch sensors together, -and can be found [here](/static/doc/examples/lcddemo.py). +and can be found `here <http://micropython.org/static/doc/examples/lcddemo.py>`_. |
