-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1
-
STM32 compiler development environment and simulation debugging chapter
STM32编译开发环境及仿真调试篇-野马学习笔记1-STM32 compiler development environment and simulation debugging chapter- Broncos Study Notes 1
- 2022-05-15 10:40:46下载
- 积分:1
-
AT91SAM Series Microcontrollers the NAND Flash support code describes how to NAN...
AT91SAM 系列微控制器的NAND Flash支持代码
描述怎样将NAND Flash和AT91SAM 系列微控制器连接起来。-AT91SAM Series Microcontrollers the NAND Flash support code describes how to NAND Flash and AT91SAM Series Microcontrollers link.
- 2022-02-21 17:28:19下载
- 积分:1
-
完整的程控放大器菜单加控制程序,
1开始菜单 2功能选择高频低频 3选择手动调节还是自动调节4 若自动调节输入放大增益值 结束页然后根据你所选择的功能进行控...
完整的程控放大器菜单加控制程序,
1开始菜单 2功能选择高频低频 3选择手动调节还是自动调节4 若自动调节输入放大增益值 结束页然后根据你所选择的功能进行控制程控放大器-programable gain amplifier
- 2022-01-28 14:36:52下载
- 积分:1
-
s3c2410 Samsung chip on the relevant information and the chip
这些是关于三星s3c2410芯片的有关资料及基于s3c2410芯片的开发板的应用 -s3c2410 Samsung chip on the relevant information and the chip-based s3c2410 application development board
- 2022-02-26 10:43:22下载
- 积分:1
-
ebd9200
EBD9200-I编译好的测试代码,很有参考价值-EBD9200- I compiled test code was useful
- 2022-01-26 07:20:12下载
- 积分:1
-
基于博创实验箱9个实验源代码。
基于博创实验箱9个实验源代码。-Bo Chong-based experimental boxes nine experiments source code.
- 2022-02-25 16:28:47下载
- 积分:1
-
蓝海微芯44b0第三版的用户手册,pdf格式
蓝海微芯44b0第三版的用户手册,pdf格式-BlueOcean 44b0 Chipscreen the third edition of user manual, pdf format
- 2022-05-25 14:40:37下载
- 积分:1
-
8 text LED display control, 128X16 dot matrix, and about mobile show.
8文字的LED 显示屏控制, 128X16点阵的 ,
左右移动显示,。-8 text LED display control, 128X16 dot matrix, and about mobile show.
- 2022-06-17 08:02:35下载
- 积分:1
-
一个小工具软件,可以将Freescale的处理器支持的*.s19文件变成为*.bin的2进制文件...
一个小工具软件,可以将Freescale的处理器支持的*.s19文件变成为*.bin的2进制文件-a small software tool, Freescale will be supported by the processor*. s19 document into*. bin for the two 229 documents
- 2022-02-14 18:41:45下载
- 积分:1