Skip to content

Files

Latest commit

 

History

History
27 lines (15 loc) · 821 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 821 Bytes

Arduino-ParallelBinaryOutputIC

This is an Arduino Library made to handle parallel output through the GPIO pins for the specific purpose of driving a variety of ICs

Installation

Download the repo and throw it into the Arduino/libraries folder, then simply add whichever driver you need

Supported Modes

Binary output through a given number of pins acting as a single parallel output port

74LS47 4bit 7Segment decoder Integrated Circuit

74LS138 3bit 1-8 demultiplexer (A simple BitOutPins<3> would suffice)

Usage

Refer to the examples and /docs for in-depth info

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT