Wirepas SDK
board.h
Go to the documentation of this file.
1 /* Copyright 2022 Wirepas Ltd. All Rights Reserved.
2  *
3  * See file LICENSE.txt for full license details.
4  *
5  */
6 
13 #ifndef BOARD_PCA10090_NRF52840_BOARD_H_
14 #define BOARD_PCA10090_NRF52840_BOARD_H_
15 
16 // NRF_GPIO is mapped to NRF_P0 , for pins P0.00 ... P0.31
17 // Use NRF_P1 for pins P1.00 ... P1.15
18 // With nrf_gpio.h, use SW_pin (logical pins, port-aware)
19 
26 // External flash routing
27 #define BOARD_EXT_MEM_CTRL 19
28 
29 #endif /* BOARD_PCA10090_NRF52840_BOARD_H_ */