-
stm32输入捕获
使用STM32TIM输入捕获测量频率,当捕获通道 TIx 上出现上升沿时,发生第一次捕获,计数器 CNT 的值会被锁存到捕获寄存器 CCR 中,而且还会进入捕获中断,在中断服务程序中记录一次捕获(可以用一个标志变量来记录),并捕获寄存器中的值读取到 value1 中。当出现第二次上升沿时,发生第二次捕获,计数器 CNT的值会再次被锁存到捕获寄存器 CCR中,并再次进入捕获中断,在捕获中断中,把捕获寄存器的值读取到 value3 中,并清除捕获记录标志。利用 value3 和value1 的差值我们就可以算出信号的周期(频率)。
- 2023-07-07 00:40:03下载
- 积分:1
-
C# 验证邮箱是否真实存在的源码 不是验证邮箱格式
C# 验证邮箱是否真实存在的源码 不是验证邮箱格式
- 2013-11-28下载
- 积分:1
-
stm32驱动 28BYJ-48 步进电机
【实例简介】stm32驱动 28BYJ-48 步进电机
- 2021-12-27 00:31:18下载
- 积分:1
-
main
temperature data logger-The temperature data logger is a device to read temperature and store persistent temperature and corresponding timestamp data into Flash memory. The collection of temperature data can be retrieved, and analyzed after being logged. The temperature data logger is commonly used for monitoring environmental data and shipments of temperature sensitive products such as foods, pharmaceuticals, and some chemicals. In particular, temperature data logger can operate as a stand-alone device and put in a variety of locations including office, laboratory or geographical location such as mountains, deserts,… and in manufacturing line in industry to collect temperature data over a defined period of time. It is also small enough and portable to be integrated with shipping container or directly attached to products which can be degraded due to exposure to temperature extremes to monitor their temperature
- 2015-03-06 20:03:40下载
- 积分:1
-
aUART
C51普通IO模拟串口收发,波特率可达28800,可做多串口移植;(failed to translate)
- 2013-05-07 22:43:08下载
- 积分:1
-
C#录音并播放示例源码(wav/mp3格式)
C#录音并播放示例源码(wav/mp3格式)
- 2019-04-08下载
- 积分:1
-
1602
4*4键盘控制1602液晶显示,希望对大家有用(4* 4 Keyboard control of liquid crystal display 1602, in the hope that useful)
- 2009-03-31 13:02:51下载
- 积分:1
-
des cbc模式
本代码主要是用c++完成des 的cbc模式加密,文件后缀为.cpp 文件
- 2022-04-10 07:38:20下载
- 积分:1
-
RGB中的深度全彩
以芯联发的1152A作为MCU,采用非Delay方式对RGB不同的色彩进行调度和匹配,实际项目不能用Delay的。本实验是利用一个定时器进行RGB全彩匹配和拟合,从而达到全彩效果。
- 2023-05-23 16:25:03下载
- 积分:1
-
directshow本地视频采集
本地视频采集 热插拔 枚举本地摄像头个数,枚举摄像头的码流摄像头的随意切换,
本地视频采集 热插拔 枚举本地摄像头个数,枚举摄像头的码流摄像头的随意切换,
本地视频采集 热插拔 枚举本地摄像头个数,枚举摄像头的码流摄像头的随意切换,
本地视频采集 热插拔 枚举本地摄像头个数,枚举摄像头的码流摄像头的随意切换,
本地视频采集 热插拔 枚举本地摄像头个数,枚举摄像头的码流摄像头的随意切换,
本地视频采集 热插拔 枚举本地摄像头个数,枚举摄像头的码流摄像头的随意切换,
- 2022-03-04 06:20:34下载
- 积分:1