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
Diff: SeeedStudioTFTv2.cpp
- Revision:
- 10:b55a7f8d1145
- Parent:
- 8:36ea6be5182e
- Child:
- 13:8f24787e9626
diff -r 06466ca07e4d -r b55a7f8d1145 SeeedStudioTFTv2.cpp
--- 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();
}
