搜索资源列表
msp430f149 LCD1602驱动程序
- msp430f149 LCD1602驱动程序
1602driver
- 液晶屏1602驱动程序,硬件电路液晶显示用户必备。-1602 LCD driver liquid crystal display user hardware required.
LCD1602
- lcd 1602 四线驱动 c8051f330单片机-lcd 1602 single-chip four-lane drive c8051f330
LCD1602
- 实现LCD驱动 动态显示 了解1602如何驱动 显示友好界面-LCD drive to achieve understanding of dynamic display 1602 shows how the driver-friendly interface
1602C
- 1602的驱动程序,肯定可以使用,有很多人都在用这个,大家可以放心使用-1602 driver, they can definitely use a lot of people are using this, we can be assured that the use of
LCD1602driver
- lcd驱动 1602型字符型液晶显示模块 动态驱动显示英文字符 c++驱动程序-lcd driver mcu8051 1602lcd c++languang it canbe used in many aspet withyou like
LM3S_LCD1602
- LM3S6916的LCD1602驱动程序,适用于LM3S系列corte-M3芯片-LM3S6916 the LCD1602 driver for LM3S series corte-M3 chips
CY7C68013
- CY7C68013 按制1602液晶程序-LCD manufacturing process by 1602 CY7C68013
1602-MSP430F149
- 1602 四线制驱动程序--基于MSP430F1491602 四线制驱动程序--基于MSP430F149-1602 Four-wire driver- based on MSP430F1491602 four line drivers- based on MSP430F149
PS2-keyboard-drive-
- //DMAVR-128的PS2键盘驱动程序,并在1602液晶上显示键值 //PS2键盘按键1次输出33个时钟脉冲,因此采用中断的方式读取33次,只提取最后一个字节中的数据位做键码 //按键1次,实际输出3个字节数据,每个字节为11位,一个起始位(0),8个数据位,一个奇偶校验位,一个停止位(1) //并且第1个字节与第3个字节数据相同,此程序提取第3个字节的数据位键值数据-//DMAVR-128 of the PS2 keyboard driver, and in 1602 is d
st
- max6675驱动,读取温度转换1602液晶显示两位小数-max6675 driver, read the temperature
yjxsdt
- stc89c52rc 1602液晶驱动C#,P2为数据位。其余为控制具体可以查找1602的驱动。-stc89c52rc microcontroller 1602 LCD display
AD2
- 用430单片机驱动的液晶1602,很详细的介绍了整个时序,绝对好用-it is written by VC
AVR_6IO_1602
- 1602 6个io驱动程序,省了4个io-16026 io driver by 6 io
1602
- 单片机开发环境下,1602液晶显示的驱动程序-failed to translate
1602crystal
- 1602液晶显示自定义字符 液晶驱动 含有大量实例代码 -1602 liquid crystal
1602驱动程序
- 关于1602的驱动程序,开发芯片为mega16,可以直接移植,非常方便
temptureTransmitted
- 18b20和nrf24l01以及1602一并实现实时的温度传输,亲自测试好用-18b20 and nrf24l01 and 1602 together with real-time transmission of temperature, easy to use personally tested
1602
- 51单片机的液晶驱动程序,能写能读,能实现最基础的显示功能,以此在其上改变程序就可为即所用-51 MCU LCD driver, can write can read, can realize the most basic display function, which in its change procedures can be for the use
ATmega128驱动温度同步时间1302并显示在1602液晶屏
- 1. 源代码包含采集DS18B20温度传感器的数据 2. 利用外部时钟DS1302来提供时间 3. 显示到1602液晶屏 4. 源码都是模块化的方式,是想学习或者移植的朋友们的不错选择 5. 通过编译,并在开发板使用通过。可以直接使用源代码。