File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33# qwiic_env_keypad_ex1.py
44#
55# Simple Example for the Qwiic Keypad Device
6+ # This example prints which button was pressed. Press * for space and # for new line.
67#------------------------------------------------------------------------
78#
89# Written by SparkFun Electronics, May 2019
Original file line number Diff line number Diff line change 33# qwiic_env_keypad_ex2.py
44#
55# Simple Example for the Qwiic Keypad Device including Time
6+ # This example prints which button was pressed and when it was presed.
67#------------------------------------------------------------------------
78#
89# Written by SparkFun Electronics, May 2019
Original file line number Diff line number Diff line change 33# qwiic_env_keypad_ex3.py
44#
55# Simple Example for the Qwiic Keypad Device
6+ # This example waits for the user to input the correct 4 digit keycode,
7+ # and then responds with a nice message on serial if they get it right.
68#------------------------------------------------------------------------
79#
810# Written by SparkFun Electronics, May 2019
@@ -152,7 +154,7 @@ def printEntry(userEntry):
152154 try :
153155 runExample ()
154156 except (KeyboardInterrupt , SystemExit ) as exErr :
155- print ("\n Ending Example 1 " )
157+ print ("\n Ending Example 3 " )
156158 sys .exit (0 )
157159
158160
You can’t perform that action at this time.
0 commit comments