diff --git a/docs/demos.rst b/docs/demos.rst index 5c4363a0..ad8e255b 100644 --- a/docs/demos.rst +++ b/docs/demos.rst @@ -4,7 +4,7 @@ Here are a few demo-sketches that using the LedControl-library. You can either copy+paste the code directly into the editor of the Arduino-IDE, or download the sketches in a zip-file : - ``LedControlDemos.zip`` + `LedControlDemos.zip `_ .. note :: **LedControl must be installed first...** diff --git a/docs/hardware.rst b/docs/hardware.rst index f7f24848..b88a7f67 100644 --- a/docs/hardware.rst +++ b/docs/hardware.rst @@ -328,7 +328,8 @@ Arduino from a 500mA hub. Powering the Leds from batteries ++++++++++++++++++++++++++++++++ -Its hard to come up with numbers as to how long a battery will last. So here are just a few guidelines: +Its hard to come up with numbers as to how long a battery will last. So here are +just a few guidelines: - Every Led that is **not** lit saves power. - Selecting a higher value for ``RSet`` makes the display dimmer, diff --git a/docs/index.rst b/docs/index.rst index 61a8907e..e7e0a520 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ or a ``MAX7219`` chip which are both used to that drives a Led matrix or a 7-segment display from an Arduino board. A detailed description of the hardware and a -schematic can be found ``here``. +schematic can be found `here `. As a teaser here is a picture of my rather crappy (but working) testbed... diff --git a/docs/software.rst b/docs/software.rst index e73997a0..b10be95e 100644 --- a/docs/software.rst +++ b/docs/software.rst @@ -661,7 +661,7 @@ digits. * value the character to be displayed. * dp sets the decimal point. */ - void setChar(int addr, int digit, char value, *boolean dp); + void setChar(int addr, int digit, char value, *boolean dp);i Commented demos for the library @@ -671,7 +671,7 @@ also download the code for the demos from [[LedControlDemos | there]]. Sourcecode and download *********************** -The sourcecode of the library is available as a zip-file :[[Attach:LedControl.zip | ``LedControl.zip``]] +The sourcecode of the library is available as a zip-file : `LedControl.zip `_ The zip-file will create a new directory named LedControl with 3 files: @@ -691,8 +691,8 @@ versions of the arduino environment. - Starting with version ``0010`` the Arduino IDE expects libraries to be installed at ``arduino-/hardware/libraries/`` -When the file [[Attach:LedControl.zip | ``LedControl.zip``]] has been unpacked -into one of the directory from above, the new library has to be compiled. From +When the file `LedControl.zip `_ +has been unpacke into one of the directory from above, the new library has to be compiled. From the arduino-ide this is very simple. Create a new sketch with the following content... @@ -710,5 +710,6 @@ content... all of your sketches that start with a ``#include "LedControl.h"`` line. The Zip-File also contains 3 example sketches which are documented on the -[[LedControlDemos]] page. +`LedControlDemos `_ page. +