-
AT89C2051_stepmotor
AT89C2051驱动步进电机的电路和源码(用keilC51)(AT89C2051 stepper motor drive circuits and source code (using keilC51))
- 2008-08-05 12:48:08下载
- 积分:1
-
AVRGCC-Register
AVR单片机各寄存器的ppt整合,适用于AVR开发时查阅资料,个人整合(AVR series Microcomputer Register information)
- 2013-05-09 10:22:31下载
- 积分:1
-
Attachments20131216
an important eBooks for the basic ideas and advanced concepts of the Cognitive radio Networks . These eBooks are not free and I uploaded them for help other researchers and students.
- 2014-01-30 02:59: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
-
循迹
说明: 两路光电开关驱动,2019电赛A组,测试程序(Two-way Photoelectric Switch Drive, Group A of 2019 Electricity Competition, Test Procedure)
- 2020-06-17 16:40:02下载
- 积分:1
-
DE2262
说明: 软件模拟解码PT2262(晶体:12MHZ)(simulation software decoder PT2262 (Crystal : 12MHZ))
- 2006-04-11 16:04:04下载
- 积分:1
-
ADC0809.
此为AD转换器ADC0809的资料(this AD converter for the ADC0809)
- 2005-03-03 00:20:56下载
- 积分:1
-
c8t6小车
Infrared tracing, OLED display real-time movement time, PID adjust seesaw, mobile phone display car time.(Traceable, OLED display)
- 2020-06-21 07:20:01下载
- 积分:1
-
pkkh
pscad miro grid control
- 2013-07-18 18:33:25下载
- 积分:1
-
BeagleBoard-XM
TI BeagleBoard-XM的開機映像檔,將其解壓縮後,執行其中的sh檔即可自動將你的uSD卡格式化並安置好開機映像檔,其中包含一個readme文檔,可參照其方式執行。(TI BeagleBoard-XM s boot images,uncompress it and execute the .sh file then it can automatically format your uSD card and make install the boot images in it.There is a readme file included and can be followed.)
- 2011-12-15 11:27:12下载
- 积分:1