summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 15:43:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 15:43:51 +0000
commit6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d (patch)
treeb28cf2392fcc9fa29eda9258e521b732ff912c2f /apps/examples/README.txt
parenta4792fbbd0f941bf00288b08a42d7359fe432239 (diff)
downloadnuttx-6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d.tar.gz
nuttx-6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d.tar.bz2
nuttx-6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d.zip
standard keypad inteface and apps/examples/keypadtest from Denis Carikli
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 1463b0253..e40a63be9 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -580,6 +580,19 @@ examples/json
on 2011-10-10 so I presume that the code is stable and there is no risk
of maintaining duplicate logic in the NuttX repository.
+examples/keypadtest
+^^^^^^^^^^^^^^^^^^^
+
+ This is a generic keypad test example. It is similar to the USB hidkbd
+ example, but makes no assumptions about the underlying keyboard interface.
+ It uses the interfaces of include/nuttx/input/keypad.h.
+
+ CONFIG_EXAMPLES_KEYPADTEST - Selects the keypadtest example (only need
+ if the mconf/Kconfig tool is used.
+
+ CONFIG_EXAMPLES_KEYPAD_DEVNAME - The name of the keypad device that will
+ be opened in order to perform the keypad test. Default: "/dev/keypad"
+
examples/lcdrw
^^^^^^^^^^^^^^