Clean up comments

This commit is contained in:
James Bowman 2019-02-25 07:26:02 -08:00
parent f562231c49
commit 3f4d177c21
1 changed files with 4 additions and 3 deletions

View File

@ -5,16 +5,17 @@ Demo of a simple combination of parts from Electric Dollar Store:
* DIG2 - 2-digit display
* BEEP - piezo beeper
This demo runs a take-a-ticket display for a counter.
It shows 2-digit customer number, and each time '+' is
This demo runs a take-a-ticket display for a store or deli counter.
It shows 2-digit "now serving" number, and each time '+' is
pressed on the remote it increments the counter and
makes a beep, so the next customer can be served.
Pressing '-' turns the number back one.
https://electricdollarstore.com
"""
import sys
import time
from i2cdriver import I2CDriver, EDS