zlg7290.c
来自「是一个基于arm开发平台的指纹识别的原程序,基于ucos」· C语言 代码 · 共 19 行
C
19 行
#include "config.h"
uint8 ZLG7290_Getchar(uint8 SubAdd)
{
uint8 dat_buf[2];
dat_buf[0] = 0x00;
I2cRead(ZLG7290, dat_buf, &SubAdd, 1, 1);
return dat_buf[0];
}
uint8 ZLG7290_Key(void)
{
return(ZLG7290_Getchar(Key));
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?