|
Wirepas SDK
|
|
Go to the documentation of this file.
13 #ifndef BOARD_RUUVITAG_H_
14 #define BOARD_RUUVITAG_H_
19 #define BOARD_SPI_SCK_PIN 29
20 #define BOARD_SPI_MOSI_PIN 25
21 #define BOARD_SPI_MISO_PIN 28
24 #define BOARD_SPI_LIS2DH12_CS_PIN 8
25 #define BOARD_SPI_BME280_CS_PIN 3
28 #define BOARD_LIS2DH12_INT1_PIN 2
34 #define BOARD_LED_PIN_LIST {17, 19}
37 #define BOARD_LED_ACTIVE_LOW true
40 #define BOARD_BUTTON_PIN_LIST {13}
43 #define BOARD_BUTTON_ACTIVE_LOW true
46 #define BOARD_BUTTON_INTERNAL_PULL true
51 #ifdef BOARD_SUPPORT_DCDC
52 #error This option has been moved to board/<board_name>/config.mk