-
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的三种闭环锁相环实现
基于ARM Cortex-M3内核的STM32F103RBT6处理器为核心构建柔性锁相环的硬件实验平台,在STM32中模拟出三相电源电压,并在子程序中实现了SRF-PLL、DDSRF-PLL与DSOGI-PLL三种锁相环,通过IO口并行输出锁相结果,再通过DAC转换为可观测的模拟信号。源码包中包含了软件工程与硬件电路原理图两部分。
- 2022-01-26 00:58:20下载
- 积分:1
-
PIC单片机的USB键盘/鼠标组合装置C样品
PIC MCU USB Keyboard/Mouse Combination Device C sample
- 2022-01-21 20:55:16下载
- 积分:1
-
基于ARM的应用Source3,在网上找到的源码,分六个,这个是3
基于ARM的应用Source3,在网上找到的源码,分六个,这个是3-ARM-based application Source3 the Internet to find the source code for six hours, this is 3
- 2022-05-31 06:13:08下载
- 积分:1
-
实现与LPC2148的MP3播放器,使用libmad和EFSL这个应用程序…
Realizing an MP3 player with the LPC2148, using libmad and
EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and
the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player.
The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for
ARM has been chosen as a reference tool-chain. -Realizing an MP3 player with the LPC2148, using libmad and EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player. The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for ARM has been chosen as a reference tool-chain.
- 2022-07-01 12:29:48下载
- 积分:1
-
该程序是MPC860的SCC2用作HDLC模式的驱动程序。供大家参考。
该程序是MPC860的SCC2用作HDLC模式的驱动程序。供大家参考。-that the procedure was MPC860 SCC2 HDLC mode for the driver. For your reference.
- 2022-05-24 03:29:52下载
- 积分:1
-
arm相关的学习资料,关于bios的源代码分析
arm相关的学习资料,关于bios的源代码分析-arm relevant learning materials, bios on the source code analysis, etc.
- 2023-05-12 08:45:03下载
- 积分:1
-
stm32F407 ADC模数转换彩屏显示
资源描述本示例为AD转换示例,串口输出转换结果,模拟信号来自板上的电位器!STM32F407ZGT开发板 AD模数转换实验
- 2022-06-30 20:55:57下载
- 积分:1
-
2812学习板 cpld 源代码,2812学习板的译码部分
2812学习板 cpld 源代码,2812学习板的译码部分-2812 board cpld learning source
- 2023-07-23 14:15:04下载
- 积分:1
-
SPI 的示例源代码
现在,您需要此源 sd 相关的示例源。所以请把你的麻烦,我会去二十忙。
- 2022-05-31 08:06:24下载
- 积分:1