summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Basic-Test-Package/MSP432/Test_MSP432_DebugUART_EchoPC/i3mote.h')
-rw-r--r--Basic-Test-Package/MSP432/Test_MSP432_DebugUART_EchoPC/i3mote.h31
1 files changed, 15 insertions, 16 deletions
diff --git a/Basic-Test-Package/MSP432/Test_MSP432_DebugUART_EchoPC/i3mote.h b/Basic-Test-Package/MSP432/Test_MSP432_DebugUART_EchoPC/i3mote.h
index d048b5b..e27c845 100644
--- a/Basic-Test-Package/MSP432/Test_MSP432_DebugUART_EchoPC/i3mote.h
+++ b/Basic-Test-Package/MSP432/Test_MSP432_DebugUART_EchoPC/i3mote.h
@@ -1,28 +1,27 @@
1/* HID Rev.B */ 1/* HID Rev.B */
2#define HID_PORT GPIO_PORT_P6 2#define HID_PORT GPIO_PORT_P6
3#define LEDR GPIO_PIN2 3#define LEDR GPIO_PIN2
4#define LEDG GPIO_PIN3 4#define LEDG GPIO_PIN3
5#define BUTTON GPIO_PIN1 5#define BUTTON GPIO_PIN1
6 6
7/* Rev.A 7/* Rev.A
8#define LED_PORT GPIO_PORT_P8 8#define HID_PORT GPIO_PORT_P8
9#define LEDR GPIO_PIN5 9#define LEDR GPIO_PIN5
10#define LEDG GPIO_PIN6 10#define LEDG GPIO_PIN6
11#define BUTTON GPIO_PIN7 11#define BUTTON GPIO_PIN7
12*/ 12*/
13 13
14
15/* Power Control */ 14/* Power Control */
16#define CTL_PWR_PORT GPIO_PORT_P2 15#define CTL_PWR_PORT GPIO_PORT_P2
17#define GPS_PWR_nEN_PIN GPIO_PIN4 16#define GPS_PWR_nEN_PIN GPIO_PIN4
18#define SSM_PWR_nEN_PIN GPIO_PIN5 17#define SSM_PWR_nEN_PIN GPIO_PIN5
19 18
20 19
21/* Debg UART */ 20/* Debg UART */
22#define UART_BAUD_115200 21#define UART_BAUD_115200
23#define UART_PORT GPIO_PORT_P1 22#define UART_PORT GPIO_PORT_P1
24#define UART_TX_PIN GPIO_PIN3 23#define UART_TX_PIN GPIO_PIN3
25#define UART_RX_PIN GPIO_PIN2 24#define UART_RX_PIN GPIO_PIN2
26 25
27/* Flash SPI */ 26/* Flash SPI */
28#define FLASH_SPI_PORT GPIO_PORT_P3 27#define FLASH_SPI_PORT GPIO_PORT_P3
@@ -34,7 +33,7 @@
34 33
35/* CC2650 SPI */ 34/* CC2650 SPI */
36#define CC2650_SPI_PORT GPIO_PORT_P2 35#define CC2650_SPI_PORT GPIO_PORT_P2
37#define CC2650_SPI_CSN_PIN GPIO_PIN0 36#define CC2650_SPI_CSN_PIN GPIO_PIN0
38#define CC2650_SPI_CLK_PIN GPIO_PIN1 37#define CC2650_SPI_CLK_PIN GPIO_PIN1
39#define CC2650_SPI_MISO_PIN GPIO_PIN2 38#define CC2650_SPI_MISO_PIN GPIO_PIN2
40#define CC2650_SPI_MOSI_PIN GPIO_PIN3 39#define CC2650_SPI_MOSI_PIN GPIO_PIN3