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
Diff: touch_modules.cpp
- Revision:
- 11:9a6545c2eb5d
- Parent:
- 7:11f926351d8f
- Child:
- 12:ab85607bb10a
--- a/touch_modules.cpp Wed May 03 05:32:37 2017 +0000 +++ b/touch_modules.cpp Wed May 03 08:49:30 2017 +0000 @@ -14,8 +14,8 @@ { xt = (X_MAX*readTouchX()/TOTAL1); yt = (Y_MAX*readTouchY()/TOTAL1); - kc.printf("%d\n", xt); - kc.printf("%d\n", yt); + kc.printf("%d\n", xt); + kc.printf("%d\n", yt); }