搜索资源列表
timerforcount
- 这是一个51单片急定时技术程序代码,用51单片机的定时器实现计数功能
pwm
- 89C51单片机用定时器来产生PWM方波,方波的频率与占空比可调
定时器2使用
- 52单片机定时器2使用例子,帮助大家了解定时器2的使用
单片机利用定时器产生38khz
- 单片机利用定时器产生38khz,适合红外发射使用-Generate 38khz, suitable for infrared emission
CC1110-SleepTimer
- CC1110单片机睡眠定时器的使用方法,睡眠定时器可以使单片机进入低功耗状态-Usage of CC1110 SLeepTimer , it will reduce Power Consumption
time
- 通过avr单片机的定时器,在数码管上显示一个时钟,时间是准确的-Avr通过MCU timer, digital tube on display at a clock, the time is accurate
tiaojiepinlv
- 通过avr单片机的定时器功能,写出不同的不同的频率,而且把频率显示在单片机的数码管上-Avr通过MCU timer functions, write the different frequencies in different, but the frequency is displayed in single-chip digital control on
NECsamples
- NEC8位单片机源程序,包含了AD转换,中断,看门狗定时器,低电平检测四种范例,分别使用C语言及汇编语言编写-failed to translate
F02x_Timer0_16bitTimer
- 对8051f系列单片机的定时器进行初始化,使其工作在方式2-Right 8051f Series MCU timer is initialized to work in Mode 2
time-alarm
- 利用51单片机的定时器中断的时钟,具有闹铃功能和设置时间功能,均在液晶上显示。-51 MCU using the clock timer interrupt, and set time with alarm function features are displayed on the LCD.
timer
- 该项目是用来初始化51单片机的定时器,仅仅实现最基本的源码功能,主要是一些简单的配置。-The project SCM is used to initialize the timer 51, only the source code to achieve the most basic functions, mainly some simple configuration.
The-use-of-51-single-chip-timer
- 51单片机定时器的使用.c 描述 相对前面的软件延时,定时器的延时更为精确。-The use of 51 single-chip timer. C relative to the previous descr iption of the software delay, delay timer is more precise.
dianzizhong
- 基于单片机的定时器的电子钟,可以显示温度,精确到0.1秒,可以设定闹钟。-Microcontroller-based electronic clock timer, you can display the temperature, accurate to 0.1 seconds, you can set the alarm.
STM8-software
- STM8单片机软件资源架构,定时器T1M,T2M,PWM,UART已经调通。-stm8 software for the PWM,T1M,UART3,the firewarm is ok now,anyone can use it
smart_car
- 开发环境是CODE codewarrior 单片机是MC9S12XS128 这个程序时当时华南赛区比赛的智能车程序,里面涉及了许多模块,可复制粘贴里面的模块即可,学习PWM,定时器,串口,AD采集,激光调制-Development environment CODE codewarrior microcontroller MC9S12XS128 program of the South Division race smart car program, which involves a number
ds1302+液晶仿真
- 使用proteus与KEIL之间进行软件仿真,用ds1302+液晶LM1602仿真出一个定时器。
zhongduan
- 用PIC单片机内部定时器0,作为16位定时器使用,并开启溢出中断。单片机的外部中断0引脚接开关SW2,并设置为下降沿的触发方式。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:SW2按键按下时,LCD上显示“Timer0 Start”, 定时器0开始工作,然后LCD上显示“Timer0 Working”,当UART接收到PC机发送的命令“P”时,定时器0停止工作,LCD上显示“Timer0 Stop”
CC2530-MCU-based-experiments
- CC2530单片机基础实验包含输出输入,定时器,串口通信,看门狗等22个实验代码-CC2530 MCU-based experiment contains the output inputs, timers, serial communication, such as 22 experimental code watchdog
lesson5_1
- 实现51单片机的定时/中断功能,在流水灯上的实现。(Realizing the timing / interruption function of 51 Singlechip)
蓝桥杯基础代码
- 里面包含了蓝桥杯单片机IAP15的一些基础按键,定时器,蜂鸣器,数码管的基础程序