-
6f652e5e-8b25-40f3-b525-9e4fdf79d869
单片机实验汇集,单片机实验汇集,单片机实验汇集(SCM Experimental Survey, the Survey SCM experiment, experiment SCM Survey)
- 2007-04-09 23:01:31下载
- 积分:1
-
bujindianjiqudong
基于atmega16的步进电机驱动程序,实现正反转及调速等功能。(Based atmega16 stepper motor driver, and achieve positive and speed functions.)
- 2014-02-17 14:42:01下载
- 积分: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
-
microbial--fuel-cell
一些关于微生物燃料电池的英文文献,在网上不能免费下载。(Some of the English literature on microbial fuel cells can not be downloaded free of charge online.)
- 2020-10-21 11:57:23下载
- 积分:1
-
r7f0c809_portable_battery
说明: 基于r7f0c809单片机的便携式电源,可以给手机等消费电子产品充电,具有过电流、过电压、过温保护功能。(The portable power supply based on r7f0c809 MCU can charge mobile phones and other consumer electronic products, and has the functions of over-current, over-voltage and over-temperature protection.)
- 2020-06-21 17:20:01下载
- 积分:1
-
meter-676
Led based voltage meter
use pic16f676
- 2015-10-24 19:26:18下载
- 积分:1
-
STM8L101手册详细
STM8L101F3P技术手册,详细说明了STM8L10x系列单片机的技术参数,指导嵌入式开发员使用STM8L10x系列新品进行产品开发(STM8L101F3P data sheet)
- 2018-05-16 11:50:30下载
- 积分:1
-
62256-RAM
emu8086 proteus 74LS273 实现存储单元的读写仿真测试(emu8086 proteus 74LS273 62256 RAM )
- 2021-03-24 20:49:17下载
- 积分:1
-
Music-Box
基于51单片机的32和弦音乐盒程序,有曲目切换,音量调节,播放时间,步进电机驱动,流水灯等功能,是普通音乐的升级版本,且代码清晰,注释完整,结构合理。(Based on 51 single-chip 32 polyphonic music box procedures, switch tracks, adjust volume, play time, stepper motor drive, water lights and other functions, is an upgraded version of the ordinary music and clear code, comments, integrity, reasonable structure.)
- 2020-09-10 15:58:02下载
- 积分:1
-
sms3_0_0
SMS Specifications Version 3.0.0
- 2014-09-28 19:37:32下载
- 积分:1