Added a README link to the documentation

pull/4/head
Paul Hollinsky 2018-11-21 13:42:21 -05:00
parent 4edf456226
commit b12e7dad97
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
An open source solution to integrate Intrepid Control Systems vehicle networking hardware with your application.
[Read the Full Documentation](https://libicsneo.readthedocs.io/)
## Getting Started
There are two major ways to write a new application using libicsneo. You can use the C++ interface, which will be compiled with your project and statically linked, or you can use the C interface, which can be either statically or dynamically linked.
### Integration with CMake (Static Linking)