mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 14:43:02 +00:00
SAMA Touchscreen/ADC: More progress
This commit is contained in:
parent
ff054ad0b7
commit
55b39463ec
2 changed files with 6 additions and 0 deletions
|
|
@ -155,6 +155,9 @@
|
|||
*/
|
||||
|
||||
#define BOARD_ADC_PRESCAL (7)
|
||||
#define BOARD_TSD_STARTUP (40 /* 40 nanoseconds */
|
||||
#define BOARD_TSD_TRACKTIM (2000) /* Min 1µs at 8MHz */
|
||||
#define BOARD_TSD_DEBOUNCE (10000000) /* 10 milliseconds (unis nanoseconds) */
|
||||
|
||||
/* Resulting frequencies */
|
||||
|
||||
|
|
|
|||
|
|
@ -113,6 +113,9 @@
|
|||
*/
|
||||
|
||||
#define BOARD_ADC_PRESCAL (7)
|
||||
#define BOARD_TSD_STARTUP (40 /* 40 nanoseconds */
|
||||
#define BOARD_TSD_TRACKTIM (2000) /* Min 1µs at 8MHz */
|
||||
#define BOARD_TSD_DEBOUNCE (10000000) /* 10 milliseconds (unis nanoseconds) */
|
||||
|
||||
/* Resulting frequencies */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue