Skip to content

tdc-gpx2_software

Latest
Compare
Choose a tag to compare
@marvin5300 marvin5300 released this 03 Aug 11:52

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