We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d5394 commit a869d99Copy full SHA for a869d99
CEdev/examples/library_examples/keypad/demo_2/readme.md
@@ -1,3 +1,3 @@
1
-# Demo 1
+# Demo 2
2
3
-This demo shows how to interpret multiple keypresses at the same time
+This demo waits for the enter, clear, or on key to be pressed using interrupts
CEdev/examples/library_examples/keypad/demo_3/readme.md
+# Demo 3
+This demo changes the color of the screen while any key is being held. It uses interrupts and the on interrupt to exit.
0 commit comments