-
DHT11单片机驱动程序 包含两个时钟条件下的程序
应用背景DHT11单片机驱动程序 包含两个时钟条件下的程序 ,这个设备对时钟要求非常高,好多朋友挑不出来主要是时间延迟没有做好,经过多次测试,本次给出的程序可用。关键技术 主要是把时间延迟那部分做好,写好时间延迟函数就好了,其他部分参考买设备的时候厂家给的代码,非常好用,厂家的技术支持很赞的。
- 2022-12-31 10:00:03下载
- 积分:1
-
ZTE IC (ZTEIC), the latest development in the security field for the exclusive S...
中兴集成电路(ZTEIC)最新开发的用于安全领域的专用SoC系列芯片介绍。-ZTE IC (ZTEIC), the latest development in the security field for the exclusive SoC chips introduced.
- 2022-04-21 00:11:04下载
- 积分:1
-
Hying s PE
Hying s PE-Armor v0.46x
- 2022-04-21 09:10:51下载
- 积分:1
-
ARM例程--点亮LED灯
点亮LED灯
整篇文章的结构如下:
一、直接把时钟管理用到的寄存器罗列出来进行分析。
二、对其中的一些原理性的东西做介绍。
三、对于在后面编写串口时会出现的问题注意点提出说明。
四、LED 代码
一、在时钟管理中会用到的寄存器有以下一些。
LOCKTIME,MPLLCON,UPLLCON,CLKCON,CLKSLOW,CLKDIVN,CAMDIVN。
LOCKTIME:是对于配置好锁相环之后需要延时的一段时间,这时为了上锁稳定。其中包括两部分
①U_LTIME:这是UCLK(USB专用的一个时钟)配置好后需要的延时时间。
②M_LTIME:这时FCLK(系统时钟即CPU的频率),HCLK(一些高速设备所用到时钟),PCLK(低速设备所用到的时钟)这
- 2023-03-05 08:15:04下载
- 积分:1
-
8 text LED display control, 128X16 dot matrix, and about mobile show.
8文字的LED 显示屏控制, 128X16点阵的 ,
左右移动显示,。-8 text LED display control, 128X16 dot matrix, and about mobile show.
- 2022-06-17 08:02:35下载
- 积分:1
-
ILI9320驱动程序
资源描述/* Includes ------------------------------------------------------------------*/
#include "ili9320.h"
#include "stm32f10x_lib.h"
#include "hardware.h"
#define jiedi_red_on {ili9320_Clear(BROWN);}
#define jiedi_green_on {ili9320_Clear(BROWN);}
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
static vu32 TimingDelay = 0;
GPIO_InitTypeDef GPIO_InitStructure;
ErrorStatus HSEStartUpStatus;
extern u8 gImage_11[];
/* Private function prototypes -----------------------------------------------*/
void RCC_Configuration(void);
void Int
- 2022-01-27 23:30:59下载
- 积分:1
-
Through the network port to download updates to the PIC18F97J60 microcontroller...
通过网络端口对PIC18F97J60单片机下载更新的bootloader-Through the network port to download updates to the PIC18F97J60 microcontroller bootloader
- 2022-03-02 13:56:24下载
- 积分:1
-
stm32f407 EXTI
此示例演示如何配置外部中断线路。
在此示例中,灭绝 Line0 (其中 PA0 引脚连接) 配置为生成
对每个上升沿中断。中断例程中 led 连接到
PD.12 针是进行切换。
- 2023-04-28 16:30:03下载
- 积分:1
-
单
单片机访问多片DS18B20,同时显示在SPI控制的8位8段数码管上,其中用到DS18B20的单总线技术,还有演示程序截图,其中主控单片机为MEGA16-Single-chip multi-chip access DS18B20, at the same time displayed on the SPI-controlled 8-bit digital tube on paragraph 8, which uses a single bus technology DS18B20, as well as demo screenshot, in which single-chip microcomputer for control MEGA16
- 2022-05-07 18:19:48下载
- 积分:1
-
IPC2294 500KHz 方波
此代码使用计时器产生一个500khz的方波。
主程序运行的同时,在后台运行的计时器。
- 2022-01-25 19:33:25下载
- 积分:1