-
KeilC51
该手册是Keil 软件公司8051 单片机软件开发工具的介绍是为新用户和有兴趣的读者准备的使用指南只需要阅读本书就可以正确地运行和使用该软件这本用户指南包括以下章节的内容(The handbook is a Keil software 8051 software development tools introduced for new users and readers interested in the use of guidelines to prepare only need to read this book can be run correctly and use the software that the user s guide includes the following chapters content)
- 2008-04-21 18:34:38下载
- 积分: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
-
Sin_Signal_Producing
正弦信号发生程序。使用声卡产生正弦信号输出,可以用来调音!(Sinusoidal signal procedures. Sinusoidal signal generated using the sound card output, can be used to tuning!)
- 2007-11-29 09:05:29下载
- 积分:1
-
hjghjgjghg
单片机课程设计
电子压力器的工作原理
电子压力器由压力传感器,A/D转换器,数码显示等组成。
(MCU Design pressure of the working principle electronic pressure is controlled by electronic pressure sensor, A/D converter, digital display and other components.)
- 2011-05-27 16:47:18下载
- 积分:1
-
CH911CI1
以8051为基础的有键盘;有液晶显示器;有传感器前置调理电路的数据采集器控制程序。(8051-based data acquisition control program)
- 2010-07-24 18:27:55下载
- 积分:1
-
Ti杯运送平台(加屏幕)
说明: 两个12V的电机驱动履带式底盘完成到制定目标运动的任务,可以通过点触屏进行无线控制。(Two 12V motor-driven crawler chassis complete the task of setting the target motion, which can be controlled by wireless touch screen.)
- 2020-06-25 17:40:02下载
- 积分:1
-
adc
对ad7685的详细运用。加上12864显示。有电路图、芯片资料(Detailed use of ad7685 plus 12864 shows)
- 2013-08-21 14:37:18下载
- 积分:1
-
PCB-design-instruction-grounded
PCB设计接地指导书,指导pcb设计及人员更好的设计PC版(PCB design ground, guide the pcb design and make better PC version of the design)
- 2011-05-07 01:28:12下载
- 积分:1
-
12864yejing
12864液晶显示屏、画图、显示中文、文字取模软件(
12864 LCD display, drawing, show Chinese characters modulo Software)
- 2014-07-27 10:01:27下载
- 积分:1
-
Firmware_Lib_ft6x06_V20_04_S01_01
敦泰科技触摸IC源码,非常好的C语言学习源码程序,(Touch IC source, Thai science and technology, a very good C language source code program,)
- 2014-10-09 15:05:08下载
- 积分:1