Skip to content

Provides connection to the Sequent Microsystems 16 Opto-Isolated Inputs HAT

License

Notifications You must be signed in to change notification settings

SequentMicrosystems/16inpind-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

16inpind-rpi

16inpind-rpi

This is the command line and python library to control the Sequent Microsystems 16-Inputs Card for Raspberry PI. This 8 layers stackable card contains 16 optically isolated digital inputs with reverse polarity protection.

For using this card enable Raspberry Pi I2C communication

~$ sudo raspi-config

Usage

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

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

~$ 16inpind -h

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

~$ cd 16inpind-rpi/  
~/16inpind-rpi$ git pull
~/16inpind-rpi$ sudo make install

About

Provides connection to the Sequent Microsystems 16 Opto-Isolated Inputs HAT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published