Solution for Bluetooth SIG hands-on training course

Dependencies:   BLE_API mbed-dev-bin nRF51822-bluetooth-mdw

Dependents:   microbit

Fork of microbit-dal-bluetooth-mdw_starter by Martin Woolley

Revision:
66:2fc7d7c2fffc
Parent:
65:f7ebabf23e15
Child:
74:9771cd712730
--- a/inc/core/MicroBitConfig.h	Wed Jul 13 12:18:45 2016 +0100
+++ b/inc/core/MicroBitConfig.h	Wed Jul 13 12:18:46 2016 +0100
@@ -320,6 +320,19 @@
 
 
 //
+// 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
 //