Skip to content

Commit 5ba8afb

Browse files
committed
M467: Support NuMaker-IoT-M467 board
Pinout comparison between NuMaker-M467HJ and NuMaker-IoT-M467 boards: 1. UNO are unchanged 2. LEDs are unchanged 3. Buttons are unchanged, except button names 4. NuMaker-M467HJ has HBI but NuMaker-IoT-M467 does 5. NuMaker-M467HJ doesn't have ESP8266 but NuMaker-IoT-M467 does 6. SDHC are unchanged
1 parent eaaec1c commit 5ba8afb

File tree

1 file changed

+4
-4
lines changed
  • targets/TARGET_NUVOTON/TARGET_M460/TARGET_NUMAKER_IOT_M467

1 file changed

+4
-4
lines changed

targets/TARGET_NUVOTON/TARGET_M460/TARGET_NUMAKER_IOT_M467/PinNames.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ typedef enum {
9797
#define LED3 PH_6 // LED_GREEN
9898

9999
// Button naming
100-
#define BUTTON1 PH_0 // SW2
101-
#define BUTTON2 PH_1 // SW3
102-
#define SW2 BUTTON1
103-
#define SW3 BUTTON2
100+
#define BUTTON1 PH_0 // BTN0
101+
#define BUTTON2 PH_1 // BTN1
102+
#define BTN0 BUTTON1
103+
#define BTN1 BUTTON2
104104

105105
#ifdef __cplusplus
106106
}

0 commit comments

Comments
 (0)