搜索资源列表
WINCE设备驱动程序开发指南
- 介绍了为基于Windows CE的设备开发设备驱动程序的过程,解释了如何创建简单和流接口驱动程序,以及如何实现通用串行总线(USB)和网络驱动程序接口规范(NDIS)驱动程序-introduced for Windows CE-based devices device driver process, and explained how to create a simple interface and flow-driven procedures, and how to achieve unive
16X2字符液晶接口程序
- 字符型液晶显示器测试驱动程序,16×2字符,用八位数据线方式- Character liquid-crystal display test driver, 16脳2 character, with eight data lines ways
SPI接口音频Codec实验
- ALTERA NIOS处理器,VHDL语言在QUARTUS编译通过,然后有C语言在NIOS SHELL下驱动,实验音频解码-Altera NIOS processor, the QUARTUS VHDL compiler, then the C language under NIOS SHELL-driven, experimental audio decoder
RTC_DS12887
- 本程序是用 ATmega16 控制实时时钟芯片 DS12887 接口驱动的源程序文件。-this procedure is used to control real-time clock ATmega16 DS12887 interface-driven source files.
MCU驱动PS2键盘
- 51内核单片机驱动PS2接口的实现程序,可以使单片机具有接插PS2接口设备(例如鼠标,键盘)的能力,大家可以借鉴一下!-51 PS2-core microcontroller interface procedures, will enable SCM is plugged PS2 interface devices (eg mouse, keyboard), we can learn some lessons from!
CF_IDE接口源码
- CF卡在ucFs中的底层驱动接口移植函数,本源码已经过商用验证,放心使用。-ucFs CF card in the bottom of transplant function-driven interface, the source has been commercially proven, easy-to-use.
12864P驱动演示程序(A51格式)-并行控制
- 带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128×64, 内置8192个16*16点汉字,和128个16*8点ASCII字符集.利用该模块灵活的接口方式和简单、方便的操作指令,可构成全中文人机交互图形界面。可以显示8×4行16×16点阵的汉字. 也可完成图形显示.低电压低功耗是其又一显著特点。由该模块构成的液晶显示方案与同类型的图形点阵液晶显
IIC(WINCE)
- IIC WINCE5.0 流接口驱动程序及测试,绝对可用。I2C代码有详细的注释,是一个很好的驱动学子的例子。-IIC WINCE5.0 stream interface drivers and testing, is absolutely available. I2C code has detailed notes, is a good example-driven students.
Mrtos_ps2
- Mrtos开发板 ps2鼠标接口驱动和测试程序-Mrtos development board interface ps2 mouse driver and test procedures
WINCE_Driver
- Wince上一个简单流接口驱动的示例,两个工程,一个驱动,一个调用示例,是学习WinCE驱动的入门好材料-Wince on a simple example of flow-driven interface, the two works, a driver, a call example, is learning WinCE driver entry good material
IIC
- 模块化的i2c总线接口驱动程序-The modular bus interface i2c driver! ! ! ! ! ! ! ! ! ! ! !
S3C2440_WindowsCE_Driver
- 随着信息化、 智能化、 网络化的发展 ,嵌入式技术已经成为通信和消费类产品的共同发展方向。简要介绍嵌入 式操作系统 Windows CE ,同时对 Windows CE下两种基本的驱动开发模型本机设备驱动程序和流接口驱动程序进行重点 说明。在了解两种模型的基础上 ,以基于 S3C2440 处理器的 UART0 驱动程序开发为例 ,详细介绍嵌入式操作系统 Win2 dows CE下流接口设备驱动开发的具体过程-With the development of information ,i
WindowsCE_Bluetooth
- 由于蓝牙协议是在无线技术下的仿真串口,蓝牙中OBEX的许多应用正是基于蓝牙仿真串口。而流接口驱动程序通过一组流接口函数使得应用程序可以通过文件系统中的特殊文件而与设备接口,因此蓝牙仿真串口的功能性更适合流接口驱动程序的结构。-As wireless technology Bluetooth protocol is simulated under the serial port, OBEX Bluetooth in many applications is based on the Bluetoo
tm1640驱动
- TM1640驱动,为TM1640提供所有代码,直接调用接口便可(The TM1640 driver provides all the code for the TM1640 and calls the interface directly)
SW_Stepper_motor_motion_control_driver
- Freescale单片机步进电机驱动器的外设接口驱动程序(Contains the Stepper motor driver external APIs)
DS1302时钟芯片驱动
- DS1302驱动程序,DS1302 是 DALLAS 公司推出的串行接口实时时钟芯片。很简洁,占的程序空间少(DS1302Device DriverDS1302 is the serial interface real time clock chip introduced by DALLAS company. It's very concise, and there's less space for the program.)
51单片机控制标准08接口源码样例1
- 32*64点阵屏08接口驱动程序,滚动显示 16*16 字体大小(32*64 dot matrix screen 08 interface driver, scroll display 16*16 font size)
bsp_dac084s085
- 四路DAC芯片 dac084s085 接口驱动(Four road DAC chip dac084s085 interface driver)
BMI160 datasheet+驱动
- BMI160驱动程序,数据手册,内含各种工作模式设置,数据读取等API函数接口(BMI160driver,datasheet)
STM32利用SDIO驱动SD卡
- STM32采用SDIO接口驱动TF卡,实现文件的创建、读写、擦除等功能