-
keyboard
通过反转法循环扫描矩阵键盘,并通过数码管显示数据(By inversion method cyclic scan matrix keyboard, and through the digital display data)
- 2013-10-10 20:12:11下载
- 积分:1
-
cart-pole3
robot Puma 365 controlled by PID Fuzzy
- 2013-12-11 22:51:35下载
- 积分:1
-
DS18B20
说明: 18B20数字温度计,驱动液晶显示的,可以实现报警功能(18B20 digital thermometer, to drive liquid crystal display, alarm function can be achieved)
- 2011-03-12 11:51:43下载
- 积分:1
-
Mega128_Sleep_Wake
It was a ATmega128 Sleep mode and awake mode programed by avr studio4
- 2013-06-03 18:48:50下载
- 积分:1
-
main
单片机程序控制实现函数发生器的功能,在函数发生器中起主控制作用(SCM process control functions to achieve the function generator, function generator in the role play the main control)
- 2010-11-12 17:30:32下载
- 积分: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
-
79419121comm
通讯程序,利用的是rs485协议,调试运行可以通过,本人实验过的(This programme is used for the commucation of pc and avr)
- 2009-05-19 17:28:34下载
- 积分:1
-
HT66FU50naozhong
使用Ht66fu50单片机设计闹钟,使用12864显示,DS1302时钟芯片,DS18B20温度传感器,蓝牙的相关硬件,该作品获得天津市合泰杯三等奖。(Use Ht66fu50 microcontroller design alarm clock, use 12864, DS1302 clock chip, DS18B20 temperature sensor, Bluetooth related hardware, the work won the third prize of Tianjin cup of Thailand.)
- 2021-03-22 20:39:16下载
- 积分:1
-
C
说明: 本程序基于单片机实现RTC实时时钟,简单易懂(The program is based MCU RTC real time clock, easy to understand)
- 2013-07-24 10:18:05下载
- 积分:1
-
HUYU
计时器,实现时钟计时(reckon by time)
- 2015-08-31 11:14:52下载
- 积分:1