Skip to content

Commit

Permalink
A4 and A5 definitions added
Browse files Browse the repository at this point in the history
  • Loading branch information
radhika-raghavendran committed Mar 9, 2017
1 parent b272647 commit c06fa3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions targets/TARGET_ONSEMI/TARGET_NCS36510/PinNames.h
Expand Up @@ -37,6 +37,7 @@ extern "C" {
#endif

typedef enum {
NC = (int)0xFFFFFFFF,
GPIO0 = 0,
GPIO1,
GPIO2,
Expand All @@ -59,6 +60,8 @@ typedef enum {
A1,
A2,
A3,
A4 = NC,
A5 = NC,
UART1_TX = GPIO0,
UART1_RX = GPIO1,
UART2_TX = GPIO8,
Expand Down Expand Up @@ -146,8 +149,7 @@ typedef enum {
D12 = GPIO16,
D13 = GPIO14,
D14 = GPIO3,
D15 = GPIO2,
NC = (int)0xFFFFFFFF
D15 = GPIO2
} PinName;

typedef enum {
Expand Down

0 comments on commit c06fa3a

Please sign in to comment.