-
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
-
cc2430 examples (cc2430_lib_and_app_1.01)
cc2430实例(cc2430_lib_and_app_1.01)-cc2430 examples (cc2430_lib_and_app_1.01)
- 2022-01-25 19:14:25下载
- 积分:1
-
这是开发ARM LPC2000系列的资料
这是开发ARM LPC2000系列的资料-this is the development of ARM LPC2000 series of information
- 2022-04-06 12:54:56下载
- 积分:1
-
皮质
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对系统时钟进行操作。系统时钟提供了精确的定时,如实时操作系统就是依靠这个来定时的。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the system clock. System clock provides a precise timing, such as real-time operating system is to rely on this timing.
- 2022-08-03 08:31:46下载
- 积分:1
-
ARM7
ARM7-LPC2148的LCD显示汉字源码-ARM7-LPC2148 source of the LCD display Chinese characters
- 2022-04-29 11:57:39下载
- 积分:1
-
samsung companies S3C2410 development board details, PDF format containing the c...
三星公司S3C2410开发板详细资料,PDF格式包含电路图供比较。
- 2023-07-25 13:45:04下载
- 积分:1
-
lpc2106 LCD demo.
the demo is for use with yagarto and eclipse WinArm environme...
lpc2106 LCD demo.
the demo is for use with yagarto and eclipse WinArm environment
- 2022-12-17 17:50:03下载
- 积分:1
-
基于ads的arm―lpc2131的工程模板源码,
基于ads的arm―lpc2131的工程模板源码,-Ads based on the arm-lpc2131 source project templates,
- 2023-07-03 04:10:03下载
- 积分:1
-
videoshift.rar―HHARM9200.rar 华恒AT91rm9200 VGA和LCD切换的代码
videoshift.rar―HHARM9200.rar 华恒AT91rm9200 VGA和LCD切换的代码-videoshift.rar- HHARM9200.rar huaheng AT91rm9200 VGA and LCD code switch
- 2023-03-31 02:45:04下载
- 积分:1
-
本代码是用于TCP / IP连接,它是由电池和这一切…
This code is used to TCP/IP connection It is developed by PIC18F452 and all this code is successfully.
- 2022-11-23 18:55:03下载
- 积分:1