Add note about clearing stray touch events

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2023-04-03 09:57:58 +02:00 committed by dehanj
parent 8a5d1b3518
commit aac03357e9
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A

View File

@ -144,6 +144,10 @@ TKey device. Using the core, the firmware and applications can
get information about touch events and manage detection of
events.
It is recommended that SW start by acknowledge any stray events prior
to signal the user that a touch event is expected and then start
waiting for an event.
The touch sensor is available to use by firmware and applications.