Smart Remote 3 nRF52 v1.2
m_audio.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
9 #ifndef __M_AUDIO_H__
10 #define __M_AUDIO_H__
11 
12 #include <stdbool.h>
13 #include <stdint.h>
14 
15 #include "m_audio_frame.h"
16 #include "sr3_config.h"
17 
24 ret_code_t m_audio_init(void);
25 
31 ret_code_t m_audio_enable(void);
32 
38 ret_code_t m_audio_disable(void);
39 
41 void m_audio_print_stats(void);
42 
43 #endif /* __M_AUDIO_H__ */
44 

Documentation feedback | Developer Zone | Subscribe | Updated