@@ -661,7 +661,7 @@ digits.
661
661
* value the character to be displayed.
662
662
* dp sets the decimal point.
663
663
*/
664
- void setChar(int addr, int digit, char value, *boolean dp);
664
+ void setChar(int addr, int digit, char value, *boolean dp);i
665
665
666
666
667
667
Commented demos for the library
@@ -671,7 +671,7 @@ also download the code for the demos from [[LedControlDemos | there]].
671
671
672
672
Sourcecode and download
673
673
***********************
674
- The sourcecode of the library is available as a zip-file :[[Attach: LedControl.zip | `` LedControl.zip ``]]
674
+ The sourcecode of the library is available as a zip-file : ` LedControl.zip < http://arduino.cc/playground/uploads/Main/ LedControl.zip>`_
675
675
676
676
The zip-file will create a new directory named LedControl with 3 files:
677
677
@@ -691,8 +691,8 @@ versions of the arduino environment.
691
691
- Starting with version ``0010 `` the Arduino IDE expects libraries to be
692
692
installed at ``arduino-<version>/hardware/libraries/ ``
693
693
694
- When the file [[Attach: LedControl.zip | `` LedControl.zip ``]] has been unpacked
695
- into one of the directory from above, the new library has to be compiled. From
694
+ When the file ` LedControl.zip < http://arduino.cc/playground/uploads/Main/ LedControl.zip>`_
695
+ has been unpacke into one of the directory from above, the new library has to be compiled. From
696
696
the arduino-ide this is very simple. Create a new sketch with the following
697
697
content...
698
698
@@ -710,5 +710,6 @@ content...
710
710
all of your sketches that start with a ``#include "LedControl.h" `` line.
711
711
712
712
The Zip-File also contains 3 example sketches which are documented on the
713
- [[LedControlDemos]] page.
713
+ `LedControlDemos <demos >`_ page.
714
+
714
715
0 commit comments