Smart Remote 3 nRF52 v1.2
m_batt_meas.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
9 #ifndef __M_BATT_MEAS_H__
10 #define __M_BATT_MEAS_H__
11 
12 #include <stdint.h>
13 
18 ret_code_t m_batt_meas_init(void);
19 
20 #endif /* __M_BATT_MEAS_H__ */
21 

Documentation feedback | Developer Zone | Subscribe | Updated