-
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
-
自己买的arms3c44b0开发板附带的demo程序,可直接在ADS上跑,可供朋友们借鉴...
自己买的arms3c44b0开发板附带的demo程序,可直接在ADS上跑,可供朋友们借鉴-Arms3c44b0 bought their own development board attached demo program can be run directly in the ADS for friends learn from
- 2023-05-02 16:55:03下载
- 积分:1
-
简易的EASYARM1138蜂鸣器发声程序
简易的EASYARM1138蜂鸣器发声程序-Easy EASYARM1138 buzzer sound procedures for
- 2022-03-28 11:31:50下载
- 积分:1
-
CPU 2410 的硬件应用程序,该源码包是IIC的使用例程。
CPU 2410 的硬件应用程序,该源码包是IIC的使用例程。-Hardware CPU 2410 applications, the source packet is the routine use of IIC.
- 2022-06-19 02:53:47下载
- 积分:1
-
This program is s3c44b0+ rtl8019 of the net mouth communication process. Program...
此程序为s3c44b0+rtl8019的网口通讯程序。程序中实现了arp协议、imcp协议和udp协议的通信!代码经测试完全可靠!-This program is s3c44b0+ rtl8019 of the net mouth communication process. Program implemented arp protocol, imcp protocol and udp protocols of communication! The code has been tested and totally reliable!
- 2022-08-22 21:13:45下载
- 积分:1
-
这个代脉是用430F427的液晶显示程序,简单实用.
这个代脉是用430F427的液晶显示程序,简单实用.-This clock is used on behalf of the liquid crystal display 430F427 procedures, simple and practical.
- 2022-01-26 18:06:47下载
- 积分:1
-
PID
灰色PID的位置跟踪MATLAB源程序代码-PID
- 2022-07-05 13:11:37下载
- 积分:1
-
这是关于NEC公司产的SH2系列芯片的几个例子程序,对这几个熟了,就很有利于基于其上的开发的展开...
这是关于NEC公司产的SH2系列芯片的几个例子程序,对这几个熟了,就很有利于基于其上的开发的展开-This is on the NEC Corporation of the SH2 family of chip production a few examples of procedures, a few cooked this, it is very conducive to the development on the basis of their unfolding
- 2022-10-11 03:05:03下载
- 积分:1
-
用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。
由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音...
用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。
由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音。
可以经过修改使用LPC2132以上的ARM的D/A来产生。
This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM. -LPC213X series used to generate the PWM voice. Voice data from the PC after the conversion. It is the largest of 16. Because there is PWM output ports need low-pass filter can be relatively clean voice. It has been modified over the use LPC2132 ARM D/A to produce. This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM.
- 2023-01-09 20:35:04下载
- 积分:1
-
这个是本人在一家公司开发的多路视频分割录像输出的原理图和PCb,AM209芯片为核心。,protel99格式。...
这个是本人在一家公司开发的多路视频分割录像输出的原理图和PCb,AM209芯片为核心。,protel99格式。-This is a company I have developed multi-channel video segmentation video output schematic and PCb, AM209 chip as the core. , Protel99 format.
- 2023-07-17 17:00:04下载
- 积分:1