-
uc_51_small
OS_II移植到单片机,网上都是大模式移植,这是我在网站上找到的小模式移植,不知道有用吗?(OS_II transplanted into single-chip, on-line model of graft are large, this is my website found in the small model of transplantation, I do not know useful?)
- 2009-07-09 02:40:53下载
- 积分:1
-
temperature-field
铸造过程中温度场的描述的仿真模拟,可以写到文件中(Casting process described temperature field can be written to a file)
- 2017-03-23 16:47:30下载
- 积分:1
-
19
说明: 单片机c语言 初学者有用 有例子哦 (SCM c language for beginners there are examples of useful oh)
- 2009-09-17 21:23:41下载
- 积分:1
-
intelligent
教室智能照明系统,通过红外判断人流,从而开启教室中的照明灯。(Classroom intelligent lighting system, to determine flow through the infrared to open the classroom lights.)
- 2020-06-29 20:20:02下载
- 积分:1
-
ADC1_TriggerConversion
根据对应的按键值,对应输出相应的电容值,并做掉电检测(According to the corresponding key value, corresponding to the output of the corresponding capacitance values and do brownout detection)
- 2013-11-26 23:42:16下载
- 积分:1
-
clock
说明: 看电子电路时序图如何看,这是个好方面,可以看看(Electronic circuit timing diagram to see how the look, this is a good side, you can see)
- 2011-04-03 09:20:03下载
- 积分: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
-
chuandao12864
串口发送数据,字符,12864接受并显示字符(Serial port to send data, the character, to accept and display the character 12864)
- 2011-08-12 19:01:33下载
- 积分:1
-
CD4052--4735424529034
cd4052用stm32来写的程序,,实现电子开关电路
(CD4052 uses STM32 to write the program, the electronic switch circuit)
- 2021-03-24 09:59:15下载
- 积分:1
-
ZYCainiao_sch_pcb
自己画的四轴飞行器,原理图,pcb。。。。。。。。。。。。。。。。。。。。。。。为了20个子,我真的不容易(Own painting Four aircraft, schematics, pcb)
- 2013-09-22 16:23:55下载
- 积分:1