-
LQ-XS128-OLED
飞思卡尔比赛资料,不怎么样,大家看看就算了(Freescale game data, not very good, take a look even if the)
- 2012-10-29 20:07:51下载
- 积分: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
-
Touch
四线电阻触摸屏+ADS7843
包括液晶的和触摸屏的程序
液晶屏的控制器是LC7981,兼容HD61830(Four-wire resistive touch screen+ ADS7843
Procedures including LCD and touch screen
LCD controller LC7981 compatible with HD61830
)
- 2012-04-07 04:33:22下载
- 积分:1
-
profiling_lab
SSD6实验,该实验练习指导如何分析测量程序的性能。这个实验完成后,你应该能够
理解如何测量程序的运行时间、
调整你的计划,以更快的知道的重要性(This laboratory exercises guide you how to measure the program’s performance using profiling. On completion of this laboratory, you should be able to
Understand how to measure the program’s running time
Be aware the importance of tuning your program to be faster)
- 2020-11-25 17:29:32下载
- 积分:1
-
experiment-for-51MCU
单片机入门推荐实验可以帮助大家快速入门,有大量代码,可供调用(experiment for 51MCU)
- 2012-04-03 11:20:45下载
- 积分:1
-
ucOS-II-V2.86-uCGUI-3.9-DEMO
基于STM32的压力监控项目,配有2.8寸TFT显示屏,可以实时监控压力曲线,带有数据库功能(Based on the STM32 pressure monitoring project, with 2.8-inch TFT display, real-time monitoring of the pressure curve with database functions)
- 2014-01-16 15:57:17下载
- 积分:1
-
SCM-40-experiment-
单片机的40个实验,这个很全的,是一个很好的东西,希望大家好好使用它。(SCM 40 experiment, this is very full, is a very good thing, hope everyone to use it.
)
- 2012-08-31 22:09:19下载
- 积分:1
-
gongjiaobaozhan
公交自动报站系统的设计,需要用到语音芯片,还有显示器,用单片机设计,protues进行仿真(Automatic stop system bus design, the need to use voice chip, as well as monitors, MCU design, protues simulation)
- 2014-04-26 11:04:46下载
- 积分:1
-
STEPPER-MOTOR
通过51单片机串行转并行,扩展IO口,实现四个步进电动机的控制。(By 51 microcontroller serial to parallel IO expansion port, to achieve four stepper motor control.)
- 2013-07-27 09:36:43下载
- 积分:1
-
Ultrasonic-Ranging-Module-extension
超声波测距模块扩展实验,使用超声波传感器,把数据结果显示在1602上。(Ultrasonic Ranging Module extension experiments using ultrasonic sensors, and display data results in 1602.)
- 2012-10-02 00:59:44下载
- 积分:1