Skip to content

Commit 56bc47b

Browse files
committed
Some links updated.
1 parent fc3b2c3 commit 56bc47b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ More information can be found on the main site http://www.vscp.org
2424

2525
## Library
2626
This is a arduino library of the VSCP software framework for level 1 devices.
27-
It provides several layers according to the [VSCP specification](http://www.vscp.org/docs/vscpspec/doku.php).
27+
It provides several layers according to the [VSCP specification](https://grodansparadis.gitbooks.io/the-vscp-specification/).
2828

2929
Recommended is to connect a LED, which shows the node state.
3030

@@ -86,7 +86,7 @@ No bytewise data assignment is necessary and complete done in the corresponding
8686
You will find a template for the module description file here: https://github.com/BlueAndi/vscp-arduino/blob/master/mdf_template.xml
8787

8888

89-
How to use it, please take a look to the [VSCP specification](http://www.vscp.org/docs/vscpspec/doku.php?id=module_description_file).
89+
How to use it, please take a look to the [VSCP specification](https://grodansparadis.gitbooks.io/the-vscp-specification/vscp_module_description_file.html).
9090

9191
## Decision Matrix
9292

@@ -111,7 +111,7 @@ The generic example shows the basic integration of the VSCP arduino library.
111111

112112
This example assume that the CAN BUS Shield from Seeed-Studio is used, as well as the corresponding CAN controller library.
113113

114-
- Shield: http://www.seeedstudio.com/wiki/CAN-BUS_Shield
114+
- Shield: http://wiki.seeedstudio.com/CAN-BUS_Shield_V1.2/
115115
- Library: https://github.com/Seeed-Studio/CAN_BUS_Shield
116116

117117
![Connection to Seeed-Studio CAN BUS Shield](seeed-studio_can_bus_shield.jpg)
@@ -133,7 +133,7 @@ Because they provide no arduino library, the MCP2515 library from Frank Kienast
133133

134134
### How to install it?
135135

136-
Follow the following installation instruction for libraries here: https://www.arduino.cc/en/Guide/Libraries#toc4
136+
Use the Arduino library manager for instalation. Instruction can be found here: https://www.arduino.cc/en/Guide/Libraries#toc3
137137

138138
### How to use the VSCP-framework in the code?
139139

0 commit comments

Comments
 (0)