Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 388 Bytes

File metadata and controls

23 lines (17 loc) · 388 Bytes

FSR_array

Simple library to ..............

Building source code

To build the project run:

cd FSR_array
mkdir build && cd build
cmake .. && make

Demonstration app

When the project have been built, you can run:

./FSR_array -h

to get the demonstration app usage.

Example

Open the main.cpp file to get an example how to use the lib.