CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - char driver

搜索资源列表

  1. MAX187FORMHU

    0下载:
  2. 这个是我写的MAX187驱动程序 unsigned char bdata Date,Adss unsigned char idata point,gew,shw sbit clk=P1^5 sbit cs187=P1^6 sbit dout=P1^7 sbit Abit=Adss^7 sbit Abit1=Adss^0 sbit Dbit=Date^7 sbit Dbit1=Date^0 -I wrote this is the MAX1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44990
    • 提供者:胡勋
  1. led_linux2.4.18

    0下载:
  2. Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = op
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5734
    • 提供者:Jia-Yang Chen
  1. Drivers-and-Sources

    0下载:
  2. 基于arm7的uclinux嵌入式驱动程序源代码, 代码很全,包括如下目录: adc、gpio、i2c、pwm、Simple Block Device Driver Module、Simple Char Device Driver Module、Simple Ethernet Device Driver Module、Simple Kernel Module、spi、zlg_ffs
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1489683
    • 提供者:8307317
  1. linux_char_device_driver_programming

    0下载:
  2. linux char device driver programming
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-18
    • 文件大小:20445
    • 提供者:XD
  1. Drirver.cpp

    0下载:
  2. using namespace std; Strip haha[MAX_STRIP_NUMBER]; void driver(char *command) }
  3. 所属分类:C#编程

    • 发布日期:2011-11-10
    • 文件大小:780
    • 提供者:stuartt
  1. vxworks

    0下载:
  2. 这个是VXWORKS驱动程序开发的几个小例子。 例程包括: Char.c和Char.h是字符型设备驱动模板 Blk.c是块设备驱动模板 PCI.c是PCI设备映射内存空间模板.-This is a driver development VXWORKS a few small examples. Routines include: Char.c and Char.h is a character device driver is a block device driver temp
  3. 所属分类:VxWorks

    • 发布日期:2017-03-28
    • 文件大小:7428
    • 提供者:JokyHe
  1. 44780_2x16_LCDdriver

    0下载:
  2. Standard 44780 2x16 char lcd driver for atmel avr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:7372
    • 提供者:Timo
  1. OCM240128DriverAPI

    0下载:
  2. 液晶 OCM/TG240128 驱动 编程语言: C 原产品硬件ATMega128/1280 ,晶振14.7456M 软件AVR ICC7.14C 破解版 由产品源码中提取,详细的字符和图行操作.实现LCD内任何位置的定位操作. void LCD_Init(void) void GMoveTo(U8 yline, U8 xcolumn) void TMoveTo(U8 y, U8 x,U8 len) void DispStartLine
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:11411
    • 提供者:
  1. LCD1602_Driver

    0下载:
  2. 字符型LCD1602驱动程序,包括竟单字符与字符串显示,光标的闪烁控制和移动等。-char Type LCD1602 Device Driver
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1386
    • 提供者:杨兆国
  1. adc0809

    0下载:
  2. ad0809驱动程序。 用到的管脚 : P1.0--P1.6;P0;P2.0--P2.4 *开始需初始化: _ADC_0809_init() *入口 : 选通的通道 unsigned char _ADC_0809_innum *出口 : 原始值-ad0809 driver
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1025
    • 提供者:付茂可
  1. image_sensor

    0下载:
  2. Sensor驱动代码 OV7680 的 是我们做的尝试 双摄象头 不过容易出现一些小问题 要做稳定需要好好调试-one sensor driver based on MTK 6225 platform :#define OV7670 #ifndef HW_SCCB void SCCB_send_byte(kal_uint8 send_byte) { volatile signed char i volatile kal_uint32 j fo
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:16181
    • 提供者:bill
  1. irq

    0下载:
  2. LINUX2.6 字符设备驱动程序,入门必看-Char devise driver in LINUX2.6
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1727
    • 提供者:dajunsi
  1. BACKLIGHT

    0下载:
  2. back light driver wince energy char
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:16564
    • 提供者:yang
  1. LCD420

    0下载:
  2. driver char lcd 4*20
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1635
    • 提供者:davoud
  1. char_dev

    0下载:
  2. 字符设备驱动程序及其测试代码,并且已经制作了Makefile文件,内核版本是2.4-char devices driver,contain the source code, having the "makefile",and support the Linux2.4 only
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:10171
    • 提供者:antry
  1. ASC5_7

    1下载:
  2. 5*7 ascii 字模库,可直接应用,用于LCD显示。-Standard 5*7 ascii char dots lib,can be directly used to LCD driver program.
  3. 所属分类:汇编语言

    • 发布日期:2017-04-30
    • 文件大小:1120
    • 提供者:Maomao
  1. ds1620

    0下载:
  2. linux 系统下DS1620 温控驱动 -linux/drivers/char/ds1620.c: Dallas Semiconductors DS1620 thermometer driver (as used in the Rebel.com NetWinder)
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:2730
    • 提供者:王小二
  1. driver_for_char_device.pdf.tar

    0下载:
  2. 对于想学习驱动的同学来说,这是一个不错的选择,这是在系统下的char字符设备的入门的基本介绍!-For students who want to learn the driver, this is a good choice, which is a basic introduction of the system under the char character device entry!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:272465
    • 提供者:黄进
  1. Linux_kernel_char

    0下载:
  2. 通俗易懂的讲述了Linux kernel里面字符设备的机制,不用看书,就能写好一个char字符设备驱动-Easy to understand about the mechanism of the Linux kernel inside the character device, can not read, you can write a char character device driver
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:5510
    • 提供者:sunnorth
  1. chardev_driver

    0下载:
  2. 基于Linux-2.6.35内核下的字符设备驱动-The program is char device driver of linux
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:68115
    • 提供者:刘建林
« 1 2 34 5 6 »
搜珍网 www.dssz.com