Skip to content

Commit 35ebd45

Browse files
committed
How to use the VSCP-framework in the code?
1 parent a4db7f5 commit 35ebd45

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ Because they provide no arduino library, the MCP2515 library from Frank Kienast
9191

9292
Follow the following installation instruction for libraries here: https://www.arduino.cc/en/Guide/Libraries#toc5
9393

94+
### How to use the VSCP-framework in the code?
95+
96+
Please take a look to the provided examples because they guide you through all necessary things like
97+
- Create a VSCP instance ```VSCP vscp;```.
98+
- Calling the setup() method with some important parameters.
99+
- And etc.
100+
94101
### Where to find all the VSCP class defines and their corresponding types?
95102

96103
You will find the class defines here:

0 commit comments

Comments
 (0)