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 SDFileSystem by
Diff: SDFileSystem.h
- Revision:
- 16:dca379d55382
- Parent:
- 13:635147efa748
--- a/SDFileSystem.h Mon Oct 27 17:02:05 2014 +0000
+++ b/SDFileSystem.h Mon Dec 29 15:26:39 2014 +0000
@@ -67,6 +67,7 @@
/** Represents the different card detect switch types
*/
enum SwitchType {
+ SWITCH_NONE, /**< Switch not used */
SWITCH_POS_NO, /**< Switch shorts to VDD when the socket is occupied (positive logic, normally open) */
SWITCH_POS_NC, /**< Switch shorts to VDD when the socket is empty (positive logic, normally closed) */
SWITCH_NEG_NO, /**< Switch shorts to GND when the socket is occupied (negative logic, normally open) */
