Skip to content

SequentMicrosystems/fsrc-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsrc

Command line interface for Flagstaff Research Controller

Setup

Enable Raspberry Pi I2C communication by opening a terminal and typing:

~$ sudo raspi-config

Go to the Interface Options menu then I2C and enable the port.

Usage

~$ git clone https://github.com/SequentMicrosystems/fsrc-rpi.git
~$ cd fsrc-rpi/
~/fsrc-rpi$ sudo make install

Now you can access all the functions of the relays board through the command "fsrc". Use -h option for help:

~$ fsrc -h

If 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors