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.
Dependents: Seeed_Barometer_Sensor_Example
Fork of mbed-src by
Diff: targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h
- Revision:
- 61:cf80ee640ace
- Parent:
- 33:e214068ab66c
- Child:
- 72:248c61396e08
diff -r 142c6c6f5949 -r cf80ee640ace targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h
--- a/targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h Tue Dec 17 08:45:10 2013 +0000
+++ b/targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h Tue Dec 17 10:15:06 2013 +0000
@@ -231,10 +231,11 @@
NC = (int)0xFFFFFFFF
} PinName;
-/* PullDown not available for KL46 */
+/* Pull modes for input pins */
typedef enum {
PullNone = 0,
- PullUp = 2,
+ PullDown = 2,
+ PullUp = 3
} PinMode;
#ifdef __cplusplus
