-
27797
电话语音管理系统的工程项目代码,需要的请拿去使用吧,任意修改!(Telephony management system project code chunks, arbitrary changes)
- 2012-04-07 16:17:46下载
- 积分:1
-
Tabrizi
AVR files example that drive Interrupt and LCD and others
- 2015-08-18 20:00:05下载
- 积分:1
-
步进电机
通过单片机输入程序来对步进电机进行控制,以此实现一定功能。(Stepping motor single chip microcomputer)
- 2017-11-21 17:22:36下载
- 积分:1
-
14-chuankoutongxin
51单片机的串口通信程序,来自于开发板,VC环境下编写。(51 the Serial communication program, and from the development board, VC environment prepared.)
- 2010-06-27 13:45:06下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
Beginners-lcd1602_
lcd1602单片机万年历,不开多得的好资料,你看了肯定不会后悔。(Beginners lcd1602)
- 2011-10-20 08:15:33下载
- 积分:1
-
MC9S12XS128changyongmokuai
MC9S12系列单片机的学习的资料,里面包括了其重要的技术模块及编程技巧,能帮助大家更好的了解和使用这款单片机(MC9S12 series MCU learning materials, including its important technical modules and programming skills, to help people better understand and use the single chip microcomputer
)
- 2013-10-16 10:01:22下载
- 积分:1
-
HUYU
计时器,实现时钟计时(reckon by time)
- 2015-08-31 11:14:52下载
- 积分:1
-
sine_demo
本程序的功能是在TI的32位单片机LM3S9D96官方开发板上,基于IAR软件平台的,在触屏上显示一个动态的正弦波的C程序。用的是官方的开发板,液晶屏也是官方的。本程序是自己原创。程序非常规范,有详尽英语代码注释。
本程序是该单片机的一个高级液晶显示应用。(The function of the program is a dynamic sine wave C program in TI' s 32 the microcontroller LM3S9D96 official development board, based on the the IAR software platform, touch screen display. Official development board, the LCD screen is also an official. This program is original. The program is very standardized, detailed English code comments. This program is an advanced LCD microcontroller applications.)
- 2013-04-11 10:01:51下载
- 积分:1
-
Heart-rate
ECG for msp430心电数据采样及LCD显示,官方样板程序。(ECG for msp430
)
- 2015-01-30 14:51:50下载
- 积分:1