-
danpianjiplayer
单片机播放器,大部分的单片机视频教程均可播放,快快下载,好时机。(MCU PLAYER,VERY GOOD.)
- 2016-06-29 12:08:05下载
- 积分:1
-
Schematic
LPC2378 Schematic,with hardware
- 2011-04-24 01:52:48下载
- 积分:1
-
pgr7
scaling triangle using scaling transformation algorithm
- 2014-10-17 14:09:20下载
- 积分:1
-
123
4X4点阵键盘+1602液晶显示做的计算器(AVR单片机)(4X4 matrix keyboard 1602 LCD calculator to do (AVR microcontroller))
- 2014-01-06 16:19:02下载
- 积分:1
-
DC_DC
基于430的DC_DC变化,采用PID控制,调节PWM的输出占公比,从而反馈调节输出电压(Based on 430 DC_DC change, using PID control, adjust the PWM output accounted common ratio, thus regulating the output voltage feedback)
- 2013-08-31 13:24:57下载
- 积分:1
-
_Cargador
硬件电路比较简单,3个LED指示灯,5个按键控制上下左右及暂停,LCD显示。总共有20关。设计用到了逻辑门控制电路。(The hardware circuit is simple, 3 LED lights, 5 key control above and below and suspension, LCD display. A total of 20 customs. The design used in the logic gate control circuit.
)
- 2011-12-23 10:36:21下载
- 积分:1
-
runclock
这是一个51单片机小程序,功能是实现跑马表,只有三位。(This is a small program the microcontroller 51, the table function is to achieve the Happy Valley, only three.)
- 2011-12-01 20:02:04下载
- 积分: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
-
LCD
51单片机控制12864液晶,适合初学者入门使用,简单方面,易于移植(51 12864 LCD, suitable for beginners to use, simple terms, easy to transplant)
- 2013-12-16 17:02:36下载
- 积分:1
-
Read_Ionex
本程序可以读取电离层IONEX数据,可以运行,程序流畅简洁,清楚易懂!!(The program can read the ionosphere IONEX data, you can run the program smoothly simple, clear and understandable!!)
- 2021-03-01 17:59:34下载
- 积分:1