austinbv / dino

Dino is a ruby gem that helps you bootstrap prototyping with an Arduino
MIT License
388 stars 84 forks source link

Added support for using a Seven Segment Display (SSD) #44

Closed peterhellberg closed 11 years ago

peterhellberg commented 11 years ago

Initial support for a seven segment display.

The code is based on an article I recently published over at http://c7.se/7-segment-display/

Wiring example

Wiring used in the example

Note

I also updated the RVM config to use .ruby-version instead of .rvmrc. (Not happy with having this in the repo. We should add a minimum Ruby version to the gemfile instead)