Skip to content

mabowers/16inpind-rpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 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-layer stackable card contains 16 optically isolated digital inputs with reverse polarity protection.

To use this card, enable Raspberry Pi I2C communication

~$ sudo raspi-config

Usage

cd
git clone https://github.com/SequentMicrosystems/16inpind-rpi.git
cd 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 updates can be made with the following commands:

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

About

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

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 59.5%
  • Python 32.2%
  • JavaScript 3.3%
  • HTML 2.6%
  • Makefile 2.4%