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

搜索资源列表

  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. leds

    0下载:
  2. arm9 s3c2440a上的led测试实验,有说明,已通过测试,对学习arm驱动的开发人员很有帮助-used on 2440a led driver.This is a program for led driver ,it is usefull for arm linux driver programer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:1311
    • 提供者:王士林
  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. INC

    0下载:
  2. Linux S3c44B0 驱动程序以及LED点亮-Linux S3c44B0 driver and LED light
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:5650
    • 提供者:汤灵
  1. lpc_blink_switch_cpp_20050429

    0下载:
  2. This a simple example to let a LED blink and test button-input (GPIO) on a Philips LPC2106 (ARM7TDMI-S-architecture). The demo-board LPC-P2106 from Olimex has been used. The project-setup is adapted for the arm-elf GNU-toolchain on MS-Windows "hosts"
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:17207
    • 提供者:saeid
  1. led_ctl_under_linux.tar.bz2

    0下载:
  2. 基于OMAPL138的linux下LED控制程序。包含了LED驱动以及控制程序-The linux based OMAPL138 the LED control program. Contains the LED driver and control program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:92160
    • 提供者:sky
  1. USBAudio

    0下载:
  2. USB Audio, 使用51单片机写的USB 声卡程序 通过LED 等动态的现实声音数据流, 也可以通过串口抓取数据流数据 在www.google.com 搜索多时,找不到单片机实现的声卡程序. ***本程序基于圈圈USB 和其他的一些网上资料**** *** 本程序 目前只在 "linux" 下工作, windows 下异常 -USB Audio, using 51 single-chip USB audio program written by the real
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:159517
    • 提供者:lv ying qin
  1. leds

    0下载:
  2. Linux下S3C2440的led驱动和测试程序,仅供参考和学习-Linux, the S3C2440 led drive and test procedures, reference and learning
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:14338
    • 提供者:茫天靖剑
  1. leddriver

    0下载:
  2. 在Ubuntu环境下,建立arm-linux-gcc的交叉编译环境,开发的友善6410核心板上4个led灯的驱动程序,利用insmod安装后,会自动建立/dev/led节点,给节点写入1,则1#灯亮,写4,则4#灯亮,在写4,则4#灯灭。-In the Ubuntu environment, the establishment of arm-linux-gcc cross-compiler environment, development-friendly core board 4 6410 d
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:2535
    • 提供者:sosozp
  1. arm_led_driver

    0下载:
  2. ATMEL的arm9下的linux驱动程序,控制LED灯的,教你如何编写一个简单的驱动程序-ATMEL' s arm9 under linux drivers to control the LED light, and teach you how to write a simple driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2928
    • 提供者:wuluwang
  1. _test_led_c

    0下载:
  2. linux嵌入式开发板LED测试代码。带说明。-codes of led test in linux .Wish it s useful.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:5164
    • 提供者:libby xiao
  1. leds.tar

    0下载:
  2. 嵌入式LINUX led灯s3c24x0板子的源码。内含MAKEFILE及注释。-Embedded LINUX led lights s3c24x0 board source. Containing MAKEFILE and comments.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:266813
    • 提供者:lksd
  1. myled

    0下载:
  2. linux下的LED驱动,在TQ2440开发板上实现按键点亮LED的功能。-The Linux LED drive, in TQ2440 development board realize the function of the key light LED.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:17192
    • 提供者:hqzhangjie
  1. led_drv

    0下载:
  2. 简单LED驱动程序实现 根据本人的《Linux简单字符设备驱动编写方法》一文的步骤,实现Mini2440开发板的LED驱动程序。 代码共分二个文件,驱动程序<led_drv.c>和测试程序<led_test.c>。-Achieve a simple LED driver According to my "Linux device driver writing a simple method of character," a text of t
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-03
    • 文件大小:2378
    • 提供者:Joshua
  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. first_dev

    0下载:
  2. 6410板载嵌入式Linux平台的LED驱动测试程序的硬件与新手写的测试程序-6410 LED driver testing procedures onboard embedded Linux platform hardware and handwritten test program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:1550
    • 提供者:caidunqing
  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. ledPtimer

    1下载:
  2. linux驱动LED+定时器实现流水灯,在TQ2440上试验通过-linux driver for leds with timer,tested on TQ2440 board
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-23
    • 文件大小:1838
    • 提供者:taosheng
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 20 »
搜珍网 www.dssz.com