One engineer's project-log, thoughts and ideas.

Entries for the ‘LIBRARIES’ Category

Arduino: Serial2Parallel Library

The Serial2Parellel library was developed to work with shift registers like the 8-Bit Serial-In/Parallel-Out Shift Register from TI. It makes it easy to set the state of all the bits on one to four chips chained together then push all that data out through a data pin on the Arduino. This library has no other [...]

Arduino: LCD117 Controller Library

I have worked on a couple projects now on the arduino where I’ve used the LCD 117 controller to run LCD’s from Modern Device. I wrote a small arduino library to make working with the component even easier. I’ve since decided to release the code in hopes someone else will find it useful. Download Source: [...]