Skip to content

output_number utility

vladspb edited this page Nov 16, 2013 · 3 revisions

Description:

A command-line utility that shows two-digit numbers on our 7-segment display

Usage:

output_number NUMBER DELAY

NUMBER - two digit number to display (only two positions currently supported) DELAY - the display will be cleared after the specified delay (in milliseconds)

Example: ./output_number 59 1000 will display "59" for 1 second

Current location on our Pi: /home/pi/outputNumber/

Dependencies: Uses wiringPi library (http://wiringpi.com/)

Clone this wiki locally