-
dianyabiao
51单片机。AD0832设计的电压表32X16点阵显示(51 single. AD0832 design voltmeter 32X16 dot matrix display)
- 2014-04-24 18:15:40下载
- 积分:1
-
R63311-LCD--code
安卓手机R63311液晶屏动驱初始化代码(R63311 initialization code)
- 2020-12-08 21:19:19下载
- 积分:1
-
KEY
51单片机6个io口21个按键的设计源程序,并且具有单击双击,长按功能!(51 microcontroller 6 io port 21 key design source, and double-click-click, long press function!)
- 2013-03-07 00:42:43下载
- 积分:1
-
13054738835032
显示器功能 加快程序开发初学者的进步脚步。让他们了解简单的显示程序的写法(Monitor function to accelerate the pace of progress in program development for beginners. So that they understand the simple display program wording)
- 2013-10-29 22:36:50下载
- 积分:1
-
tongbujianPtiaobian
这是一个为数不多的用C语言编写的PIC12C508的RGB灯的小型控制器,交流同步信号检测,七彩跳变+七彩渐变,做LED的朋友可以参考,程序可以直接使用的;(This is a small controller RGB lights a few written by C PIC12C508, AC synchronous signal detection, colorful jump+ colorful gradient, do LED friends can reference, the program can be used directly )
- 2013-09-09 16:24:18下载
- 积分:1
-
Light-water
电协开发板 C51单片机程序,用于实现单片机的流水灯输出(Electric Association C51 microcontroller development board procedures for the realization of single-chip light water output)
- 2013-10-27 11:07:48下载
- 积分:1
-
ad7689msp430driver
这是一个有关AD7689的程序,只有驱动部分,使用的CPU是msp430F149。可以采集8路数据。不过数据在主程序中需要处理下,不然会有波动。(This is a program about the AD7689, only the driving part, CPU use is msp430F149. 8-way data can be collected. However, the data need to be addressed in the main program, the otherwise subject to fluctuations.)
- 2021-04-24 21:58:47下载
- 积分:1
-
STM32LCD12864
基于STM32的12864LCD显示屏的驱动程序,通过8080时序并口通信,可以直接调用函数编写,使用起来很方便(Based on the STM32 12864LCD display driver, by 8080 the timing parallel communication, you can directly call functions written, easy to use)
- 2020-10-27 20:59:59下载
- 积分:1
-
AD9851驱动程序,采用串行写入方式STM32-AD9851-driver
AD9851驱动程序,采用串行写入方式,STM32写入频率控制字。(AD9851 driver, using serial write mode, STM32 write frequency control word.)
- 2020-07-07 18:38:57下载
- 积分: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