Smart Remote 3 nRF52 v1.2
drv_board.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
9 #ifndef __DRV_BOARD_H__
10 #define __DRV_BOARD_H__
11 
12 #include <stdbool.h>
13 #include <stdint.h>
14 #include "sdk_errors.h"
15 
20 ret_code_t drv_board_init(void);
21 
28 bool drv_board_shutdown(bool wakeup);
29 
30 #endif /* __DRV_BOARD_H__ */
31 

Documentation feedback | Developer Zone | Subscribe | Updated