File tree 1 file changed +6
-4
lines changed
hw/application_fpga/core/touch_sense
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# touch_sense
2
2
3
- Core that handles touch senor events and provides them SW via an API.
3
+ Core that handles touch sensor events and provides them to the SW via
4
+ an API.
4
5
5
6
## Introduction
6
7
7
8
This core implements a touch sensor handler. The core detects and
8
9
holds events for SW to read. The touch sensor input is expected to be
9
10
a change in level from low (0) to high (1). When an event is seen, the
10
- core will set a status bit that SW can read. SW must then clear the
11
- event by writing to the status register.
11
+ core will set a status bit that SW can read.
12
12
13
- The user is expected to lift the finger between multiple touch events.
13
+ SW must clear the captured event by writing to the status
14
+ register. The core will wait for the sensor input to become low again
15
+ before being able to detect another event.
14
16
15
17
16
18
## API
You can’t perform that action at this time.
0 commit comments