Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
touch_modules.h@1:8316c23ec6b9, 2017-01-30 (annotated)
- Committer:
- nikitateggi
- Date:
- Mon Jan 30 07:45:41 2017 +0000
- Revision:
- 1:8316c23ec6b9
- Parent:
- 0:c47fb0c1bbf6
- Child:
- 3:9a06c2bed650
POC code
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| nikitateggi | 0:c47fb0c1bbf6 | 1 | #ifndef TOUCH_MODULES_H_ |
| nikitateggi | 0:c47fb0c1bbf6 | 2 | #define TOUCH_MODULES_H_ |
| nikitateggi | 0:c47fb0c1bbf6 | 3 | |
| nikitateggi | 0:c47fb0c1bbf6 | 4 | #define TOTAL1 65535 |
| nikitateggi | 0:c47fb0c1bbf6 | 5 | #define X_MAX 240 |
| nikitateggi | 0:c47fb0c1bbf6 | 6 | #define Y_MAX 320 |
| nikitateggi | 0:c47fb0c1bbf6 | 7 | unsigned char touch_main(); |
| nikitateggi | 1:8316c23ec6b9 | 8 | unsigned char touch_main_1(); |
| nikitateggi | 1:8316c23ec6b9 | 9 | unsigned char touch_main_2(); |
| nikitateggi | 0:c47fb0c1bbf6 | 10 | void touch1() ; |
| nikitateggi | 0:c47fb0c1bbf6 | 11 | int readTouchY(void); |
| nikitateggi | 0:c47fb0c1bbf6 | 12 | void detect_touch(); |
| nikitateggi | 0:c47fb0c1bbf6 | 13 | int readTouchX(void); |
| nikitateggi | 0:c47fb0c1bbf6 | 14 | void EnableTouch(void); |
| nikitateggi | 0:c47fb0c1bbf6 | 15 | void DisableTouch (void); |
| nikitateggi | 0:c47fb0c1bbf6 | 16 | unsigned char touch_main(); |
| nikitateggi | 0:c47fb0c1bbf6 | 17 | unsigned char touch_glc(); |
| nikitateggi | 0:c47fb0c1bbf6 | 18 | unsigned char touch_ecg(); |
| nikitateggi | 0:c47fb0c1bbf6 | 19 | unsigned char touch_bp(); |
| nikitateggi | 1:8316c23ec6b9 | 20 | unsigned char touch_ret(); |
| nikitateggi | 1:8316c23ec6b9 | 21 | unsigned char touch_again(); |
| nikitateggi | 0:c47fb0c1bbf6 | 22 | #endif |
