14 lines
163 B
C
14 lines
163 B
C
![]() |
#ifndef __DRV_I2S_H__
|
||
|
#define __DRV_I2S_H__
|
||
|
|
||
|
#include "typedef.h"
|
||
|
#include "i2s_pub.h"
|
||
|
#include "i2s.h"
|
||
|
#include "gpio_pub.h"
|
||
|
|
||
|
int rt_i2s_hw_init(void);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|