搜索资源列表
1602driver
- 液晶屏1602驱动程序,硬件电路液晶显示用户必备。-1602 LCD driver liquid crystal display user hardware required.
LCD1602
- 实现LCD驱动 动态显示 了解1602如何驱动 显示友好界面-LCD drive to achieve understanding of dynamic display 1602 shows how the driver-friendly interface
LCD1602driver
- lcd驱动 1602型字符型液晶显示模块 动态驱动显示英文字符 c++驱动程序-lcd driver mcu8051 1602lcd c++languang it canbe used in many aspet withyou like
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
1602
- 单片机开发环境下,1602液晶显示的驱动程序-failed to translate
1602crystal
- 1602液晶显示自定义字符 液晶驱动 含有大量实例代码 -1602 liquid crystal
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. 通过编译,并在开发板使用通过。可以直接使用源代码。