4b401292d9
This library turns your Arduino into a seven segment display controller! Use it to easily display numbers on your seven segment display without any additional controllers. It supports common cathode and common anode displays, and the use of switching transistors. Displays with 1 to 9 digits can be used, and decimal places are supported. Characters and strings are not supported. WWW: https://github.com/DeanIsMe/SevSeg PR: 212806 Submitted by: Craig Leres <leres@ee.lbl.gov>
12 lines
462 B
Text
12 lines
462 B
Text
Arduino seven segment display library
|
|
|
|
This library turns your Arduino into a seven segment display
|
|
controller! Use it to easily display numbers on your seven segment
|
|
display without any additional controllers.
|
|
|
|
It supports common cathode and common anode displays, and the use
|
|
of switching transistors. Displays with 1 to 9 digits can be used,
|
|
and decimal places are supported. Characters and strings are not
|
|
supported.
|
|
|
|
WWW: https://github.com/DeanIsMe/SevSeg
|