Skip to content

Commit 67a2c2a

Browse files
committed
K64F - PinName for buttons (SW2, SW3)
1 parent 957573e commit 67a2c2a

File tree

1 file changed

+4
-0
lines changed
  • libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_K64F

1 file changed

+4
-0
lines changed

libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_K64F/PinNames.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ typedef enum {
201201
LED3 = LED_BLUE,
202202
LED4 = LED_RED,
203203

204+
//Push buttons
205+
SW2 = PTC6,
206+
SW3 = PTA4,
207+
204208
// USB Pins
205209
USBTX = PTB17,
206210
USBRX = PTB16,

0 commit comments

Comments
 (0)