|
Wirepas SDK
|
|
Go to the documentation of this file.
12 #ifndef BOARD_WUERTH_261101102XXXX_BOARD_H_
13 #define BOARD_WUERTH_261101102XXXX_BOARD_H_
42 #define BOARD_USART_TX_PIN 40
43 #define BOARD_USART_RX_PIN 41
44 #define BOARD_USART_CTS_PIN 12
45 #define BOARD_USART_RTS_PIN 11
48 #define BOARD_I2C_SDA_PIN BOARD_USART_CTS_PIN
49 #define BOARD_I2C_SCL_PIN BOARD_USART_RTS_PIN
52 #define BOARD_GPIO_PIN_LIST {19, \
58 #define BOARD_GPIO_ID_LED1 0 // mapped to pin P0.19
59 #define BOARD_GPIO_ID_LED2 1 // mapped to pin P0.22
60 #define BOARD_GPIO_ID_USART_WAKEUP 2 // mapped to pin P1.09
61 #define BOARD_GPIO_ID_UART_IRQ 3 // mapped to pin P0.02
64 #define BOARD_LED_ID_LIST {BOARD_GPIO_ID_LED1, BOARD_GPIO_ID_LED2}
67 #define BOARD_LED_ACTIVE_LOW false