-
ir
说明: PIC单片机红外线遥控接收解码实例
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡(PIC Microcontroller Infrared Remote Control Receiver Decoder instance of// chip configuration word, watchdog off, power-on delay to open, brown-out detection pass, low-voltage programming off, encryption, 4M crystal oscillator HS)
- 2010-03-05 19:40:41下载
- 积分:1
-
C8051F020examples
包含了C8051的基本例程,如流水灯,IO口控制,蜂鸣器,串口通信等(C8051MCU example programs)
- 2013-09-04 11:25:58下载
- 积分:1
-
ov2640control
利用stm32控制OV2640软件二值化采集数据,进行图像识别,可以操作机械臂打节奏大师(Use stm32 control OV2640 software binary data acquisition, image recognition, playing rhythm master manipulator can be operated)
- 2016-05-10 08:49:12下载
- 积分:1
-
WaveProg_TX
transfer file using sound card
- 2009-12-21 16:26:33下载
- 积分:1
-
dingshiqi
一个简单的定时器定时0.5s和1s程序,指在教导新手如何使用定时器(A simple timer timer 0.5s and 1s procedures, means to teach novices how to use the timer)
- 2013-08-01 17:03:34下载
- 积分:1
-
xjzhw
51单片机智能循迹小车,c语言程序和教程(51 MCU intelligent tracking car c language tutorial program)
- 2013-07-16 14:32:08下载
- 积分:1
-
uCOSPuCGUI(FSMC)
uCOS+uCGUI例程,主控芯片为STM32,LCD采用FSMC接口连接,实现图形界面的操作(uCOS+uCGUI routines, the main chip for the STM32, the LCD FSMC interface connector, the operation of the graphical interface)
- 2012-06-09 21:30: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
-
triangle
由单片机和DAC0832产生正弦波或三角波的程序。单片机和DAC0832可将频率进行分频的具体程序(Sine or triangle wave and DAC0832 procedures generated by the microcontroller. SCM and DAC0832 can divide the frequency of specific procedures)
- 2014-01-11 15:53:32下载
- 积分:1
-
wenduji
基于学习板的数字温度计设计程序,可以在数码管上动态显示实时温度,按键控制温度范围,可以使用蜂鸣器报警等。(Based on the study of the board, can design program digital thermometer in digital displays real-time temperature on the tube, button control temperature range, can use the buzzer alarm and etc.)
- 2010-07-19 17:51:50下载
- 积分:1