资源列表
12864dededechengxu
- /*------------------------------------------ lcd12864液晶显示驱动实 ---------------------------------------------- ----------------------------------------------- RS:D/I=H,表示DB7~DB0为显示数据 D/I=L,表示DB7~DB0为显示指令数据 -----------------------------------
chengxu
- /*12864驱动程序 数据口接反,所以有一个数据口倒过来函数*/ #define LCD_SELF 1 #include <reg52.h> #include <intrins.h> #include "IoDefine.h" #include "lcd.h" #define L_PORT P0-/* 12864 driver data port is reversed, so there is a data port u
12864zhongjiyingyong
- /************************************************************************************** 程序名称:时间 温度控制系统(128*64LCD+ds1302+ds18b20) 主要功能:温度计 时钟 闹铃 密码锁 篮球器 计算器 温度控制 键盘锁 系统设置等。 主要说明:程序全部定义在一个C文件中。 作者: LiJH 时间: 2008.6.20 版本: LiJH-V1.0 /
SpringNet_Lesson4
- spring.net 入门教程,根据章节内容提供参考的代码源码-Spring' s Getting Started tutorial chapters provide reference code source
SpringNet_Lesson5
- spring.net 入门教程,根据章节内容提供参考的代码源码-Spring' s Getting Started tutorial chapters provide reference code source
SpringNet_Lesson6
- spring.net 入门教程,根据章节内容提供参考的代码源码-Spring' s Getting Started tutorial chapters provide reference code source
C-emis12
- C语言项目 简单的银行系统项目开发 为linux学习提供了基础-C language projects
gpiops_v1_01_a
- zedboard开发板gpio ps部分调试源码, 可以在linux下编译也可在xilinx的sdk中编译-zedboard development board gpio ps some debugging source code can be compiled under linux can also be compiled in a xilinx sdk
iicps_v1_02_a
- xilinx的硬核iic总线裸板调试源码, 可以在linux下编译也可在xilinx的sdk中编译-xilinx iic bus hardcore bare board debugging source code can be compiled under linux can also compile the xilinx sdk
leds.tar
- 嵌入式linux下的LED驱动程序示例。通过led演示了嵌入式linux的驱动程序设计规范和流程。-An led driver demo for embedded linux. It shows how to build a linux driver by a simple led program.
mmu.tar
- 嵌入式ARM的mmu操作示例。设置MMU使得外部SDRAM可用,然后对比led测试程序在内部RAM和外部RAM上的运行速度。-A mmu operation demo for embedded arm. This program set the mmu of arm and make external SDRAM usable, then we compare the excutting speed of a led test program between internal SRAM and
uart
- A8裸板串口驱动,适用于s5pc100开发板。-A8 bare board serial port driver, applicable to Yu s5pc100 development board.