CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - led driver

搜索资源列表

  1. mini2440_leds

    0下载:
  2. 本人买的开发板上所带的mini2440的led测试驱动,是静态编译-I bought the mini2440 Development Board brought the led test driver, is a static build ...
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6557
    • 提供者:chenjian
  1. led

    0下载:
  2. 基于优龙fs2410的led驱动源代码,其内核版本为fs2410_2.6.8-Based on the excellent Dragon fs2410 driver source code for the led, its kernel version fs2410_2.6.8
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1295
    • 提供者:kevin
  1. 6-led-qd

    0下载:
  2. 嵌入式LINUX中的灯设备的驱动程序 调试成功-the driver programme of the led device in Embeded Linux successful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5290
    • 提供者:蔡龙之
  1. led_drivetest

    0下载:
  2. 简单linux下控制ARM开发板的LED驱动程序(适合初学者)-Simple linux ARM development board under the control of the LED driver (for beginners)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1873
    • 提供者:ringth
  1. 2410-led-drivers

    0下载:
  2. 基于2410的led灯的驱动程序!对于初学者很有参考价值!!!值得下载-Based on 2410' s led lamp driver! Useful reference for beginners! ! ! Worth downloading! !
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7618
    • 提供者:wangtao
  1. 24_Linux_driver

    0下载:
  2. led驱动程序以及应用程序 -led driver led driver, and application and application
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1831
    • 提供者:asdf
  1. leddriver

    0下载:
  2. 这是基于s3c44b0的linux系统下的led驱动程序,实现了led的驱动-This is based on the linux system under s3c44b0 led driver, led the drive to achieve a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:4101
    • 提供者:wwwwudiwudi
  1. LED

    0下载:
  2. 用于做ARM-LINUX系统的测试驱动程序,这是LED流水灯测试程序。-ARM-LINUX system for doing the test driver, which is LED lights water testing procedures.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:7638
    • 提供者:xiaopang
  1. leds

    0下载:
  2. led 驱动程序编写 ,包括open方法、注册设备,模块化等-led driver programming, including the open method, registration equipment, modular, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-29
    • 文件大小:1620
    • 提供者:du
  1. driver

    0下载:
  2. LINUX driver for key and led used different mothed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:119870
    • 提供者:李有森
  1. leddriver

    0下载:
  2. 实现了led驱动程序的开发,板上是经典的s3c44b0-Led driver realized the development board is a classic s3c44b0
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-27
    • 文件大小:659397
    • 提供者:王丽
  1. LED_driver

    0下载:
  2. s3c2440开发板上LED驱动在Linux上的编写以及它的测试程序。-s3c2440 development board LED Driver in Linux on the preparation and its testing procedures.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:14870
    • 提供者:方言
  1. LED-usart

    0下载:
  2. 三星ARM2410开发板 无操作系统下LED,串口驱动程序-Samsung ARM2410 development board without operating system LED, serial port driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:173878
    • 提供者:lin
  1. CTRLED

    0下载:
  2. 该代码为ARM Linux下ATsam9260 LED驱动代码,为学习Linux下GPIO的控制提供了参考-The code for the ARM Linux code under the ATsam9260 LED driver for Linux, GPIO control study provides a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1151
    • 提供者:bush
  1. Linux-driver-development1

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第1章、设备驱动概述。本章将带您走进Linux设备驱动的精彩世界。1.1节讲解了设备驱动的概念和作用。1.2节和1.3节分别讲述无操作系统和有操作系统情况下设备驱动的设计方法,通过分析讲解设备驱动与硬件和操作系统的关系。1.4节对Linux操作系统的设备驱动进行了概要性的介绍,讲解设备驱动与系统软硬件的关系,分析了Linux设备驱动的重点难点和学习方法。本章的最后给出了一个设备驱动的“Hello World
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:479575
    • 提供者:华清远见
  1. io

    0下载:
  2. Linux下C语言实现IO接口的驱动程序,主要包括:数码管显示、电机驱动、按键驱动以及Led驱动。-IO interface for Linux drivers, including: digital control, motor drives, key drives, and Led driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:38805
    • 提供者:Jerry
  1. button

    0下载:
  2. 利用fs2410开发板上的一个按钮,在linux下点亮一个led灯得驱动程序-Fs2410 development board using a button in linux too light a lamp led driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:775
    • 提供者:程姚根
  1. wetggfdds

    0下载:
  2. linux驱动学习笔记(S3C2440的LED驱动) -linux driver learn notes (S3C2440 LED driver)...
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:2166
    • 提供者:胡河宇
  1. cxsdddff

    0下载:
  2. linux驱动头文件说明,包括头文件主目录include,体系结构相关头文件子目录,系统专用数据结构子目录-linux driver learn notes (S3C2440 LED driver)...
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:2754
    • 提供者:胡河宇
  1. driver

    0下载:
  2. 这是Linux下的led和数码管的驱动程序,已经经过实验证实过-This is led digital tube driver under Linux, has been confirmed experimentally
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:900
    • 提供者:dzn
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com