sbrichardson / 8mosfet-rpi

Command Line, Python, and Node-Red for 8-MSOFET Card

Home Page:https://sequentmicrosystems.com/index.php?route=product/product&path=33&product_id=69

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8mosfet-rpi

8mosfet-rpi

8mosfet-rpi

This is the command line and python functions to control the 8-MOSFETS Solid State Stackable Card for Raspberry Pi.

First enable I2C communication:

~$ sudo raspi-config

Usage

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

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

~$ 8mosfet -h

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

~$ cd 8mosfet-rpi/  
~/8mosfet-rpi$ git pull
~/8mosfet-rpi$ sudo make install

About

Command Line, Python, and Node-Red for 8-MSOFET Card

https://sequentmicrosystems.com/index.php?route=product/product&path=33&product_id=69

License:MIT License


Languages

Language:C 62.9%Language:JavaScript 12.2%Language:Python 11.8%Language:HTML 10.3%Language:Makefile 2.7%