-
a
说明: 基于51单片机汽车左右转向灯内含protues原理图仿真 keil工程文件(Based on 51 single-car turn lights around protues schematic simulation keil project file contains)
- 2014-06-12 15:28:22下载
- 积分:1
-
循迹.
代码为基于51单片机开发的循迹小车源码,可供初学者参考学习。(This code is 51 tracked car source code)
- 2020-06-17 18:40:01下载
- 积分:1
-
CCS平台PE4302驱动
CCS平台PE4302驱动,亲测可用,附带使用程序(CCS Platform PE4302 Drivera,TM4C123GX)
- 2020-06-19 07:20:02下载
- 积分:1
-
TM1620
PIC16f1947驱动TM1620数码管芯片(PIC16f1947 Drives TM1620 Digital Tube Chip)
- 2020-06-24 13:20:02下载
- 积分:1
-
stm32 LCD显示图片
基于stm32固件库的LCD驱动程序,可现实图片(LCD driver based on STM32 firmware library, realizable picture)
- 2020-06-15 22:40:02下载
- 积分:1
-
Timer_key_1602
利用MSP430单片机实现5分钟倒计时。用Timer_A实现1s定时,4位共阳型数码管显示时间,显示格式为:“x-xx”,分别代表“分”、“十秒”和“秒”。每隔1s,倒计时器的时间减1,倒计时从4分59秒开始计时,至0分0秒结束,停止计时。(MSP430 microcontroller is used to realize 5 minute countdown. Timer_A is used to realize 1s timing and 4-bit common-sun digital tube display time. The display format is "x-x x", representing "minutes", "ten seconds" and "seconds" respectively. Every 1s, the countdown time is reduced by 1. The countdown time starts at 4:59 seconds and ends at 0:0 seconds.)
- 2019-04-08 20:51:10下载
- 积分:1
-
TDA9321H
TDA9321H芯片驱动程序,TDA9321H是飞利浦公司一款视频信号处理芯片,彩电中频处理/多制式解码电路。四列扁平64脚QFP封装,工作电源电压 8V。(TDA9321H chip driver, TDA9321H Philips is a video signal processing chip, color TV IF processing/multi-standard decoding circuitry. Four flat 64-pin QFP package, supply voltage 8V.)
- 2016-09-21 10:58:18下载
- 积分:1
-
example6_TIM
本例展示了如何设置TIM,用它来测量一个外部输入信号的频率和占空比。
TIM2时钟设置为72MHz,预分频设置为0,TIM2计数器时钟可表达为:
TIM2 counter clock = TIMxCLK / (Prescaler +1) = 72 MHz,因此可测量的最小频率值为1100Hz。
设置TIM2工作在PWM输入模式(PWM Input Mode),把外部信号作为输入连接到TIM2通道2。
利用TIM2计数器中断来测量信号的频率和占空比。在TIM2_IRQHandler中,计算信号的频率和占空比,方法如下:
变量"Frequency"为由下式得到的外部信号频率:
Frequency = TIM2 counter clock / TIM2_CCR2 单位Hz
变量"Duty_Cycle"为由下式得到的外部信号占空比:
Duty_Cycle = (TIM2_CCR1*100)/(TIM2_CCR2) 单位
(This example shows how to set up the TIM, and use it to measure the frequency and duty cycle of an external input signal. TIM2 clock set to 72MHz and the prescaler is set to 0, TIM2 is counter clock can be expressed as: TIM2 is counter clock = TIMxCLK/(prescaler. Ppls1) = 72 MHz, the minimum measurable frequency value of 1100 Hz. Set TIM2 PWM input mode (PWM Input Mode), the external signal as an input connected to the the TIM2 Channel 2. TIM2 counter interrupt signal to measure frequency and duty cycle. Calculate the frequency and duty cycle of the signal in TIM2_IRQHandler as follows: variable " Frequency" on the grounds of the external signal frequency by the following formula: Frequency = TIM2 is counter clock/TIM2_CCR2 unit Hz variable Duty_Cycle " on the grounds of the following formula to get external duty cycle: Duty_Cycle = (TIM2_CCR1* 100)/(TIM2_CCR2) in )
- 2012-05-18 18:28:47下载
- 积分:1
-
danpianjishiyandagang
熟悉keil仿真软件、proteus仿真软件的使用。了解并熟悉单片机I/O口和LED灯的电路结构,学会构建简单的流水灯电路。掌握C51中单片机I/O口的编程方法和使用I/O口进行输入输出的注意事项。(Familiar with the keil simulation software, proteus simulation software use. MCU I/O port and the circuit structure of the LED lights, and become familiar with how to build a simple water lamp circuit. Grasp the C51 MCU I/O port programming and I/O port input and output of Note.)
- 2012-06-20 23:40:04下载
- 积分:1
-
data_transfer
同步串行数据发送电路SSDT的基本功能是将并行数据转换成串行数据并进行同步发送。系统写入和读出时序完全兼容Intel8086时序。
系统以同步信号开始连续发送四个字节,在发送中出现5个1时插入一个0,在四个数据发送结束而下一次同步没有开始之前,发送7FH,这时中间不需要插入零
(synchronous serial data transmission circuit SSDT the basic function is to convert parallel data into serial and the same this step. System write and read sequential fully compatible Intel8086 timing. Synchronized signal system to start sending four consecutive bytes, in this emerging 5 1:00 insert a 0, at the end of four data sent and the next synchronization not started before, sending seven FH, then the middle is not inserted)
- 2006-11-12 20:57:22下载
- 积分:1