-
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
-
m128单片机+DS18B20+LCD1602显示温度的实验 已测试
DS18B20+LCD1602显示温度实验,使用atmega128单片机,是很好的单总线技术和LCD1602显示控制的学习资料,已经过测试
- 2022-09-27 12:30:03下载
- 积分:1
-
ARM的内存管理说明文档,详细描述了mmu的运行机制
ARM的内存管理说明文档,详细描述了mmu的运行机制-mmu programming for arm
- 2022-01-26 03:09:55下载
- 积分:1
-
基于芯片的代码复制文件
基于ARM芯片的代码烧录程序文件-based on the ARM chip code copying files
- 2023-08-14 22:40:03下载
- 积分:1
-
Boot code for ARM
Boot code for ARM-720T, ARM-920T, XScale, SA1100 and EPXA-Boot code for the ARM-720T ARM-920T, XScale, SA1100 and EPXA
- 2022-08-17 18:11:56下载
- 积分:1
-
S3C2410 realize in the CAN bus protocol and driver, including driver source code...
在S3C2410上实现CAN总线的协议及驱动,包含驱动源代码,在ADS环境下开发-S3C2410 realize in the CAN bus protocol and driver, including driver source code, in the ADS environment to develop
- 2022-09-24 18:40:02下载
- 积分:1
-
LPC1788 RTC
本示例描述如何校准 RTC
/ * 在此示例中:
* 假设 RTC 需要定期调整后每隔 5 秒.
* 和时间计数器需要通过增加计数器,而不是 1 2
* 我们将通过串行显示校准后观察定时计数器
*/
- 2023-04-06 19:55:02下载
- 积分:1
-
EASYARM2200教学实验平台上的外部中断实验1
EASYARM2200教学实验平台上的外部中断实验1-EASYARM2200 teaching experiment platform experimental external interrupt 1
- 2022-07-10 22:54:18下载
- 积分:1
-
基于arm―LPC2103的LCD602的驱动程序,有proteus仿真。
基于arm―LPC2103的LCD602的驱动程序,有proteus仿真。-The arm-LPC2103-based LCD602 driver has Proteus simulation.
- 2022-08-22 15:59:04下载
- 积分:1
-
TI DM648 DMA配置源代码,可以下接下到板子上,非常不错
TI DM648 DMA配置源代码,可以下接下到板子上,非常不错-TI DM648 DMA configuration source code, you can take to the board on the next, very good
- 2023-02-01 17:35:03下载
- 积分:1