-
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
-
这是C8051F020单片机读、擦、写串行EEROM芯片M25P40(4M)的驱动程序。全部为自己根据25p40的datasheet编写的,都能够成功使用。M2...
这是C8051F020单片机读、擦、写串行EEROM芯片M25P40(4M)的驱动程序。全部为自己根据25p40的datasheet编写的,都能够成功使用。M25P40容量大,价格便宜,SPI接口,与8051单片机接口方便。-this is the driver of C8051F serial MCU to the EEROM chip M25P40.
- 2023-05-18 03:00:03下载
- 积分:1
-
stm32f103 cortox
stm32f103 cortox-m3内核
串口程序-stm32f103 cortox-m3 kernel serial procedures
- 2022-03-22 19:51:01下载
- 积分:1
-
3000TB51配套实验例程
1八段数码管显示实验 等
3000TB51配套实验例程
1八段数码管显示实验 等-Experimental routine 3000TB51 matching one eight digital tube display experiments
- 2022-01-25 23:11:37下载
- 积分:1
-
基于ARM9的NAND FLASH(large page)的驱动,包括读写和擦除(在数据区可剩余区),读取ID号等主要功能。...
基于ARM9的NAND FLASH(large page)的驱动,包括读写和擦除(在数据区可剩余区),读取ID号等主要功能。-ARM9-based NAND FLASH (large page) of the drive, including reading and writing and erasing (in the data area will be the remaining area), read the ID number and other major functions.
- 2023-04-28 14:20:03下载
- 积分:1
-
4510 bootloader 源代码即说明文档
4510 bootloader 源代码即说明文档
-4510 Bootloader clear that the source code files
- 2022-03-01 20:06:32下载
- 积分:1
-
ARM7202 burning through JTAG tools Flash source code, VC6.0 under.
ARM7202上通过JTAG烧录Flash的工具源代码,VC6.0下。-ARM7202 burning through JTAG tools Flash source code, VC6.0 under.
- 2022-04-20 12:02:13下载
- 积分:1
-
三星ARM处理器S3C44b0原理图,经典设计。
三星ARM处理器S3C44b0原理图,经典设计。-Samsung ARM processor S3C44B0 schematics, classic design.
- 2022-01-26 03:39:27下载
- 积分:1
-
临时信息源节点(点
adhoc信息节点程序源代码(点对多点)――for atmega128-ADHOC information source code node (point-to-multipoint)- for atmega128
- 2022-04-12 13:55:01下载
- 积分:1
-
智能车设计报告哦,很好用的东西,我也希望同仁也能提供一些有用的资料共享。...
智能车设计报告哦,很好用的东西,我也希望同仁也能提供一些有用的资料共享。-Intelligent Vehicle Design Report Oh, very good with things, I hope colleagues can also provide some useful information to share.
- 2022-07-08 15:29:15下载
- 积分:1