You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ More information can be found on the main site http://www.vscp.org
24
24
25
25
## Library
26
26
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/).
28
28
29
29
Recommended is to connect a LED, which shows the node state.
30
30
@@ -86,7 +86,7 @@ No bytewise data assignment is necessary and complete done in the corresponding
86
86
You will find a template for the module description file here: https://github.com/BlueAndi/vscp-arduino/blob/master/mdf_template.xml
87
87
88
88
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).
90
90
91
91
## Decision Matrix
92
92
@@ -111,7 +111,7 @@ The generic example shows the basic integration of the VSCP arduino library.
111
111
112
112
This example assume that the CAN BUS Shield from Seeed-Studio is used, as well as the corresponding CAN controller library.
0 commit comments