Software for reading out TDC-GPX2 board via SPI. This software is mainly intended to be used with a Raspberry Pi and was only tested on a Raspberry Pi OS (buster).
To build:
- go to source/build directory and type 'cmake ..' (you need to have installed cmake, make and an up-to-date c++ compiler like clang 10+
- make
- you will find the standalone binary in the 'bin' folder
- there is a library file in lib which can be linked to use the gpx2 in other projects