Command line interface for Flagstaff Research Controller
Enable Raspberry Pi I2C communication by opening a terminal and typing:
~$ sudo raspi-configGo to the Interface Options menu then I2C and enable the port.
~$ git clone https://github.com/SequentMicrosystems/fsrc-rpi.git
~$ cd fsrc-rpi/
~/fsrc-rpi$ sudo make installNow you can access all the functions of the relays board through the command "fsrc". Use -h option for help:
~$ fsrc -hIf you clone the repository any update can be made with the following commands:
~$ cd fsrc-rpi/
~/fsrc-rpi$ git pull
~/fsrc-rpi$ sudo make install