1 Star 0 Fork 1

luoqi/A-electric-blanket-control-board-detect-software

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
函数调用说明.txt 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
luoqi 提交于 2020-12-15 21:16 +08:00 . 上传项目
AD函数 在syn.c内封装
void ADCstart_read();//开始读AD
u16 Get_Adc_Average(u8 ch,u8 times);//读取数据
void ADCend_read();//关闭读AD
串口函数 在uarts.c内封装
接收函数void CopeSerialData(unsigned char ucData)//数据接收格式 字母(A-F)+数字,避免一直接收数据,调用接收数据时extern x1-x6即可。
发送函数void UART1_Put_String(char *Str)//这部分你直接发到电脑上位机上,直接使用put_string就行。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/logeexpluoqi/A-electric-blanket-control-board-detect-software.git
git@gitee.com:logeexpluoqi/A-electric-blanket-control-board-detect-software.git
logeexpluoqi
A-electric-blanket-control-board-detect-software
A-electric-blanket-control-board-detect-software
main

搜索帮助