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: DM_FATFileSystem EthernetInterface HTTPClient mbed-rtos mbed-src
Fork of DMSupport by
Diff: DMBoard.cpp
- Revision:
- 9:a33326afd686
- Parent:
- 5:c77fdb6e3438
- Child:
- 10:1ac4b213f0f7
--- a/DMBoard.cpp Thu Dec 11 11:50:29 2014 +0000
+++ b/DMBoard.cpp Thu Dec 11 18:23:07 2014 +0000
@@ -262,10 +262,6 @@
#if defined(DM_BOARD_USE_TOUCH)
//if (... configuration says AR1021...) {
_touch = new AR1021(P2_27, P2_26, P2_22, P2_23, P2_25);
-// if (!_touch->init(Display::instance().width(), Display::instance().height())) {
-// err = TouchError;
-// break;
-// }
int att;
for (att = 1; att <= 3; att++) {
if (_touch->init(Display::instance().width(), Display::instance().height())) {
@@ -324,4 +320,3 @@
{
return _button.read() == 0;
}
-
