Skip to content

Commit

Permalink
Fixed broken links is documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wayoda committed Mar 7, 2014
1 parent 6216ca0 commit acca352
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/demos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://arduino.cc/playground/uploads/Main/LedControl.zip>`_

.. note :: **LedControl must be installed first...**
Expand Down
3 changes: 2 additions & 1 deletion docs/hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hardware>`.

As a teaser here is a picture of my rather crappy (but working) testbed...

Expand Down
11 changes: 6 additions & 5 deletions docs/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <http://arduino.cc/playground/uploads/Main/LedControl.zip>`_

The zip-file will create a new directory named LedControl with 3 files:

Expand All @@ -691,8 +691,8 @@ versions of the arduino environment.
- Starting with version ``0010`` the Arduino IDE expects libraries to be
installed at ``arduino-<version>/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 <http://arduino.cc/playground/uploads/Main/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...

Expand All @@ -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 <demos>`_ page.


0 comments on commit acca352

Please sign in to comment.