The ADS7843E driver skeleton at least compiles now

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4014 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-10-03 16:47:23 +00:00
parent d02a44a113
commit 43e69f745d
2 changed files with 150 additions and 4 deletions
+7 -2
View File
@@ -2,7 +2,8 @@
* include/nuttx/input/ads7843e.h
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
* Authors: Gregory Nutt <gnutt@nuttx.org>
* Diego Sanchez <dsanchez@nx-engineering.com>
*
* References:
* "Touch Screen Controller, ADS7843," Burr-Brown Products from Texas
@@ -59,7 +60,11 @@
# define CONFIG_ADS7843E_NPOLLWAITERS 2
#endif
/* Check for some required settings. This can save the user a lot of time
#ifndef CONFIG_ADS7843E_SPIMODE
# define CONFIG_ADS7843E_SPIMODE SPIDEV_MODE0
#endif
/* Check for some required settings. This can save the user a lot of time
* in getting the right configuration.
*/