mbed.org local branch of microbit-dal. The real version lives in git at https://github.com/lancaster-university/microbit-dal

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Dependents:   microbit Microbit IoTChallenge1 microbit ... more

Revision:
65:f7ebabf23e15
Parent:
63:b4372a29994f
Child:
66:2fc7d7c2fffc
--- a/inc/core/MicroBitConfig.h	Wed Jul 13 12:18:43 2016 +0100
+++ b/inc/core/MicroBitConfig.h	Wed Jul 13 12:18:45 2016 +0100
@@ -320,19 +320,6 @@
 
 
 //
-// I/O Options
-//
-
-
-//
-// Define the default mode in which the digital input pins are configured.
-// valid options are PullDown, PullUp and PullNone.
-//
-#ifndef MICROBIT_DEFAULT_PULLMODE
-#define MICROBIT_DEFAULT_PULLMODE                PullDown
-#endif
-
-//
 // Panic options
 //