2410iis.h

来自「嵌入式系统的实验代码」· C头文件 代码 · 共 20 行

H
20
字号


#ifndef __2410IIS_H__
#define __2410IIS_H__

#ifdef __cplusplus
extern "C" {
#endif

void Init1341(char);
void Test_Iis(void);
void Record_Iis(void);
void Iis_Rx(void);
void Iis_Tx(void);

#ifdef __cplusplus
}
#endif

#endif    //__2410IIS_H__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?