A library with drivers for different peripherals on the LPC4088 QuickStart Board or related add-on boards.

Dependencies:   FATFileSystem

Dependents:   LPC4088test LPC4088test_ledonly LPC4088test_deleteall LPC4088_RAMtest ... more

Revision:
3:9d31a3c5013e
Parent:
0:0fdadbc3d852
Child:
9:3839113c5abc
diff -r 1c6134c80dc5 -r 9d31a3c5013e MCIFileSystem.cpp
--- a/MCIFileSystem.cpp	Fri Sep 27 14:07:07 2013 +0000
+++ b/MCIFileSystem.cpp	Wed Oct 09 07:51:52 2013 +0000
@@ -596,6 +596,7 @@
     if (cd != NC)
     {
       _cardDetect = new DigitalIn(cd);
+      _cardDetect->mode(PullUp);
     }
 }