-
MCU_JPEG
MCU图片解码,使用STM32对JPEG图片解码,(STM32 JPEG decoder code,)
- 2013-11-03 20:09:53下载
- 积分: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
-
Infrared-transceiver-test
红外的收发测试。。通过2路红外发射,顺序接收,检测收发功能是否正常(Infrared transceiver test. . 2-way infrared transmitter, received out of sequence detection transceiver function is normal)
- 2012-10-02 01:10:53下载
- 积分:1
-
BH1750
BH1750光强传感器测光控制,TIP-Camera-CGI(BH1750 light intensity sensor metering control, TIP-Camera-CGI)
- 2015-03-24 12:32:42下载
- 积分:1
-
用vb写的数控仿真系统
仿真机床切割,可生产可编辑的轨迹代码,方便操作.(Simulated machine tool cutting, can produce editable trajectory code, easy to operate.)
- 2020-06-28 11:40:01下载
- 积分:1
-
DS18B20A
相信大大家都用过DS18B20A,我自己也用手写了个玩玩(Believe that we all used DS18B20A, I have to play with a hand-written)
- 2009-07-17 08:39:25下载
- 积分:1
-
HSDL7001PDF
红外通信装置
HSDL-7001PDF资料(Infrared communication device
HSDL- 7001 PDF data
)
- 2014-08-07 20:48:06下载
- 积分:1
-
51-circuit-for-proteus
郭天祥教学单片计配套电路图,可用proteus打开,比完成相应的实验(It is the circuit for the using of SCM of Guo Tianxiang training. )
- 2012-09-25 19:05:53下载
- 积分:1
-
car
全国大学生电子竞赛中的智能小车的设计,基于汇编语言内含设计图(Smart car)
- 2014-03-12 12:24:30下载
- 积分:1
-
wireless
无线传能控制程序,主级,能够实现无线充电,但是需要硬件的配合。(Wireless energy transfer control program, the main stage, enabling wireless charging, but requires the hardware support.)
- 2015-07-05 21:10:22下载
- 积分:1