SequentMicrosystems / smtc-rpi

Command line interface, Python, Node-RED drivers for Eight Thermocouples DAQ HAT
MIT License
1 stars 1 forks source link

smtc-rpi

smtc-rpi]

smtc-rpi

This is the command to control Eight Thermocouples DAQ 8-Layer Stackable Card for Raspberry Pi

Don't forget to enable I2C communication:

~$ sudo raspi-config

Install

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

Usage

Now you can access all the functions of the card through the command "smtc". Use -h option for help:

~$ smtc -h

Update

If you clone the repository any update can be made with the following commands:

~$ cd smtc-rpi/  
~/smtc-rpi$ git pull
~/smtc-rpi$ sudo make install