From 3f4d177c21cae2dad5ecf51cb355650b6412b879 Mon Sep 17 00:00:00 2001 From: James Bowman Date: Mon, 25 Feb 2019 07:26:02 -0800 Subject: [PATCH] Clean up comments --- python/samples/EDS-take-a-ticket.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python/samples/EDS-take-a-ticket.py b/python/samples/EDS-take-a-ticket.py index 58b2390..5bcbec0 100644 --- a/python/samples/EDS-take-a-ticket.py +++ b/python/samples/EDS-take-a-ticket.py @@ -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