dominic2017 / ShiftRegister74HC595

Arduino library that simplifies the usage of shift registers

Home Page:http://shiftregister.simsso.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShiftRegister 74HC595 Arduino Library

This library simplifies shift registers usage. It allows, for instance, to set shift register pins just like normal Arduino pins: sr.set(1, HIGH).

The documentation is available at http://shiftregister.simsso.de/.

An example sketch can be found in this repository at /examples/example/example.ino.

About

Arduino library that simplifies the usage of shift registers

http://shiftregister.simsso.de

License:MIT License


Languages

Language:C++ 100.0%