superadm1n / ShiftLib165

Library that handles interfacing with a 74HC165 shift register

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShiftLib165

This project is designed to be a library to interface with a 74HC165 shift register. It handles the low level clocking, reading, and shifting out statuses from the register.

Prerequisites

You will need a Raspberry Pi, any model should do and the RPi.GPIO module. If you dont have it installed on your raspberry pi you can install it with the following command

pip install RPi.GPIO

Using This Project

Follow these commands to install this project into your environment

git clone https://github.com/superadm1n/ShiftLib165
cd ShiftLib165
python setup.py install

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

Library that handles interfacing with a 74HC165 shift register

License:MIT License


Languages

Language:Python 100.0%