mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Added a README link to the documentation
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
An open source solution to integrate Intrepid Control Systems vehicle networking hardware with your application.
|
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
|
## 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.
|
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)
|
### Integration with CMake (Static Linking)
|
||||||
|
|||||||
Reference in New Issue
Block a user