You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/