2025-04-08 18:46:12 +08:00

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