This is the command to control RTD Data Acquisition Stackable Card for Raspberry Pi.
First enable I2C communication:
sudo raspi-configgit clone https://github.com/SequentMicrosystems/rtd-rpi.git
cd rtd-rpi/
sudo make installNow you can access all the functions of the relays board through the command "rtd". Use -h option for help:
rtd -hIf you clone the repository any update can be made with the following commands:
cd rtd-rpi/
git pull
sudo make installPython library availble here.
Node-Red example based on exe-node here
Node-Red rtd node

