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.
Fork of SeeedStudioTFTv2 by
Revision 10:b55a7f8d1145, committed 2013-10-23
- Comitter:
- mazgch
- Date:
- Wed Oct 23 01:28:17 2013 +0000
- Parent:
- 9:06466ca07e4d
- Child:
- 11:f2aaffad7d38
- Commit message:
- fix for freescale
Changed in this revision
| SeeedStudioTFTv2.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SeeedStudioTFTv2.cpp Mon Oct 21 19:46:20 2013 +0000
+++ b/SeeedStudioTFTv2.cpp Wed Oct 23 01:28:17 2013 +0000
@@ -59,7 +59,7 @@
DigitalOut _m(m);
_m = 0;
AnalogIn _a(a);
- DigitalIn _i(i);
+ AnalogIn _i(i); // this pin has to be high Z (DigitalIn may also work)
wait_us(10);
return _a.read_u16();
}
