Skip to content
Snippets Groups Projects
Forked from Berkeley Lab / labRemote
775 commits behind, 3 commits ahead of the upstream repository.
user avatar
Karol Krizka authored
dea9dfc4
History

Small library to control and read out lab equipment.

To start with:

mkdir build; cd build
cmake ..
make -j4

Requirements for probe station controller:

Requirements for FTDICom:

  • libftdi - Generic FTDI library
  • libmpsse - Library that implements common communication protocols (I2C, SPI) using the MPSSE framework on FTDI chips