-
12864底层
说明: 12864在51上的驱动,可在驱动的基础上改进添加需要的功能。(12864 is driven on 51, which can improve the required functions on the basis of driver.)
- 2020-06-19 14:20:01下载
- 积分:1
-
STM32-dual-serial-port-experiment
stm32双串口实验,调用串口2接受信息然后用串口1转发。主要参考意义在于两个串口的配置。(Stm32 dual serial port experiment, call the serial port 2 to receive information and then use the serial port 1 forward. The main reference is the configuration of the two serial ports.)
- 2017-05-05 23:44:00下载
- 积分:1
-
lex_weight
lexical analysis of text detail program...
- 2009-11-13 05:34:53下载
- 积分:1
-
NTC测温中 经典温度查表算法--二分查找法
NTC测温程序的查表方法--经典的二分法。(NTC thermistor temperature measurement program)
- 2018-05-08 09:56:03下载
- 积分:1
-
OV7670
对带FIFO的OV7670模块的驱动,显示设备为LCD。实测可用。(For the driver of the OV7670 module with FIFO, the display device is an LCD. Measured available.)
- 2018-03-17 16:47:07下载
- 积分:1
-
eetop.cn
很好的单片机资料, 里面的串口实现实例很清楚, 而且内附C语言和ASM代码(Good chip data, which the serial implementation instance is very clear, with full C language and ASM code)
- 2013-07-04 23:40:01下载
- 积分:1
-
I2C_Slave
MSP430F5438 I2C 从机模式代码(MSP430F5438 I2C Slave mode code)
- 2013-09-02 16:20:20下载
- 积分: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
-
lcd1602
说明: 本文件是msp430单片机驱动液晶lcd1602的头文件(This document is the header file of LCD 1602 driven by MSp430 MCU.)
- 2020-06-22 15:00:02下载
- 积分:1
-
MainWindow.xaml
触摸屏核心接口程序,主要写了触摸屏接口win7下 wpf调用的核心。(Core touchscreen interface program, mainly to write down the core touch screen interface win7 wpf call.)
- 2013-12-09 16:54:47下载
- 积分:1