搜索资源列表
ZC-51
- 1 闪烁一个LED灯--学习建立你的第一个工程 2 流水灯--延时 3 蜂鸣器发出报警音--声音产生实验 4 一位数码管0-9计数器--74HC164编程学习 5 用定时器控制闪烁一个LED灯--定时器 6 0-9999计数器--4位数数码管 7 按键计数器--外部中断 8 数码管时钟 9 LCM1602液晶屏显示--液晶屏 10 音阶产生器--音乐实验 11 4*4小键盘实验--键盘学习 12 写24C02--IIC总线写实验 13 读24C02
RS-232
- void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init
AD9833
- AD9833是ADI公司生产的一款低功耗,可编程波形发生器,能够产生正弦波、三角波、方波输出。波形发生器广泛应用于各种测量、激励和时域响应领域,AD9833无需外接元件,输出频率和相位都可通过软件编程,易于调节,频率寄存器是28位的,主频时钟为... -AD9833 is ADI produced by a low-power, programmable waveform generator can produce sine wave, triangle wave, square wave
clockout
- 本程序演示从P3.4、P3.5和P1.0输出时钟信号。使用18.432MHz的晶振和STC12C5AXXS2系列单片机,从两个定时器引脚以及独立波特率发生器分别输出频率为150k、200k和100k赫兹的矩形波。内有C语言和汇编语言,用Keil C编译。-Demonstration of this procedure from the P3.4, P3.5 and P1.0 output clock signal. 18.432MHz crystal and the use of the STC
clockgenerator
- 描述adc clock 时钟的一系列关键问题,及相关器件。非常有用哦-clock generator
60HZclock
- 基于ATMEGA16的60HZ时钟发生器,ICCAVR工程,调试通过。-The 60HZ clock generator based on ATMEGA16, ICCAVR engineering, debugging through.
gps
- GPS时钟系统 用W78E516B单片机 本程序接收GPS的$GPGGA信息中的时间数据,采用12MHZ晶振,4800波特率接收 使用资源:R0、R1、R3、R5、R6、R7,定时器T2(作波特率发生器),20H单元 显示缓冲单元在68H—7FH? 时间接收数据在7AH—7BH(秒)、7CH—7DH(分)、7EH—7FH(时)-GPS clock systems W78E516B SCM this program to receive the $ GPGGA GPS
40KHZtimer
- 该程序使用ATMEGA16单片机产生40KHZ时钟发生器。-The program generated using ATMEGA16 microcontroller 40KHZ clock generator.
clock1
- 此为时钟发生器,可以进行即使或者什么的功能,至少我希望是这样的-This is a clock generator, or even what can be the function, at least I hope so
51Developer
- 1602和24C02芯片一起编写时钟发生器程序,1602主要用于显示,2402用于随时储存数据, 使得断电后数据能够保存 上电后能继续走动-1602 and 24C02 chip clock generator with the writing process, mainly for 1602 show that 2402 is used to store data at any time, so the data can be saved after power off after pow
clock-generator-based-on-TND8688
- 基于TND86/88教学系统。设计的电子时钟。 设计思路:电子时钟主要由显示模块、对时模块和时钟运算模块三大部分组成。其中对时模块和时钟运算模块要对时、分、秒的数值进行操作,并且秒计算到60时,要自己清零并向分进1;分计算到60时,要自己清零并向时进1;时计算到24时,要清零。-clock generator based on TND8688
clock-gennerater
- NEC单片机78K0R clock generator例程,PM+开发环境系统文件及C和ASM源程序-78K0R clock generator sample program
51-delay
- 51-单片机延迟子程序源码生成器,可以根据时钟频率和设定的延迟时间精准的生成相应的汇编代码。-51- SCM delay subroutine source code generator, according to the accurate clock frequency and set the delay time to generate the corresponding assembly code.
dianzishizhong
- 在4位数码管上显示当前时间。显示格式“时时分分”由LED闪动做秒显示。利用按键可对时间及闹玲进行设置,并可显示闹玲时间。当闹玲时间到蜂鸣器发出声响,按停止键使可使闹玲声停止。拓展:使数字时钟的闹铃为音乐。(电子音调发生器) -Four digital tube display the current time. After midnight when the display format of " sub-seconds display by the LED flashing do.
interrupt
- P1.0产生周期200μs的方波, P1.1产生周期400μs的方波,并要求使用T1作为串行通信的波特率发生器,产生2400的波特率,系统时钟频率为12 MHz。 -P1.0 cycle 200 s square wave the P1.1 generated 400μs cycle of the square wave, and requires the use of T1 as serial communication baud rate generator, to generate a
FT232RL
- 2005FT232R USB UART I.C. Incorporating Clock Generator Output and FTDIChip-ID™ Security Dongle-2005FT232R USB UART I.C. Incorporating Clock Generator Output and FTDIChip-ID™ Security Dongle
MSP430-uart
- 430 UART程序实例 包括初始化代码设置,中断方法实现-Descr iption: This program demonstrates a half-duplex 2400-baud UART using Timer_A3 and a 32kHz crystal. The program will wait in LPM3, echoing back a received character using 8N1 protocal. The 32768 cryst
51_MCU_ALL_CODE
- 51单片机资料大全,液晶屏1602/12864,18b20温度传感器,555脉冲发生器,数码管,rtc实时时钟,步进电机,eeprom,红外等等的源代码,调试通过,kiel工程文件,方便调试,适合初学者;-51 single Sourcebook, LCD 1602/12864, 18b20 temperature sensor 555 pulse generator, digital control, rtc real time clock, stepper motor, eeprom, in
AD9516_driver_by_STM32
- AD9516是ADI公司的产品,它有14路时钟输出,内部VCO高达2.2GHz,本代码是AD9516的STM32驱动,经验证好使,默认配置为第8路时钟输出270MHz。-AD9516 is a product of ADI which has 14-Output Clock Generator with Integrated 2.2 GHz VCO,this code is the driver of AD9516 ,use STM32.
MK60 MCG多用时钟发生器
- K60DN512MCG多时钟发生器,欢迎下载(K60DN512MCG multi clock generator, welcome to do)