CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - 引脚

搜索资源列表

  1. spi_s3c2410

    0下载:
  2. spi驱动,设置每个寄存器,以及ioremap的用法,连接收发两个引脚进行测试-spi-driven, each register set, and ioremap use, two connecting pin transceiver test
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2266
    • 提供者:胡海涛
  1. xiu

    0下载:
  2. 一个C语言的液晶检测程序,完全正确的,引脚是P2.6 P2.7
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:泥杀虫剂
  1. mini2440_adc

    0下载:
  2. mini2440开发板上的AD转换代码,使用的MAX125芯片,对引脚进行设置,适合下载移植-mini2440 development board AD converter code, use the MAX125 chip set pin for downloading transplant
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-27
    • 文件大小:1802
    • 提供者:王婷婷
  1. GPIO_output_driver

    0下载:
  2. gpio output 各种引脚设置,leds 的设置-gpio output set the pin,also set the leds
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:2625
    • 提供者:Sabastian.tsui
  1. TSC2007

    0下载:
  2. Linux2.6.18 下TSC2007驱动,修改了TI提供的源码中会产生调度错误的BUG,代码运行于davinci6446处理器下,可以自行修改中断引脚相关代码-Linux2.6.18 under the TSC2007 driver, modify the source code provided by TI will have scheduling error BUG
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:9341
    • 提供者:打酱油
  1. mini2440_gpio

    0下载:
  2. 本人自己开发的基于mini2440的GPIO驱动,包括源码和已经编译好的linux-2.6.32.2的KO文件,直接可以使用,驱动的引脚可以通过源码查到。-mini2440 gpio driver for linux-2.6.32.2
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:2031
    • 提供者:kerry
  1. FS2410_CORE_V30-NETNAME

    0下载:
  2. FS2410P开发板核心板的引脚图,编写嵌入式驱动程序参考-Development board core board and in FS2410P pin diagram, write embedded drivers reference
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-03
    • 文件大小:72525
    • 提供者:msl
  1. mini2440_leds

    0下载:
  2. mini2440上LED驱动程序,对引脚进行配置后,对寄存器进行操作已实习LED的亮灭-mini2440 LED driver pin configuration register internship LED light off
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-06
    • 文件大小:834
    • 提供者:王婷婷
  1. outio

    0下载:
  2. MINI2440开发板电机CON4 GPIO引脚驱动程序,四个引脚分别为9、10、11、12。 c程序加编译好的ko驱动模块-MINI2440 CON4 GPIO pin development board motor driver, four pins 9,10,11,12 respectively. c program plus driver module compiled ko
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1991
    • 提供者:陶林
  1. Nocleo_soft_i2c_test1

    0下载:
  2. 功能:DMP读取MPU6050四元数,转换成欧拉角。 引脚: MPU6050: SCL >PB8 SDA >PB9 ADO >GND USART1: Tx PA9 官方提供的DMP移植到Nucleo F072RB-use DMP to get MPU6050 data
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-17
    • 文件大小:4268671
    • 提供者:NB
  1. RT5350_20101018

    0下载:
  2. 雷凌公司RT5350开发芯片数据手册,可深入了解GPIO引脚功能,帮助快速二级开发、驱动开发、远程监控试验项目研究。-Ralink RT5350 chip development company data sheet, you can understand GPIO pin function, help fast L2 development, driver development, remote monitoring pilot project study.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-16
    • 文件大小:3849313
    • 提供者:易安
  1. 1.led_S

    0下载:
  2. .globl _start _start: @因为这里的标号是程序的入口,一定要用 _start , @否则链接器将找不到程序的入口 ldr r1, 0xE0200280 @设置GPJ2CON的bit[0:15],让GPJ2_0、GPJ2_1、GPJ2_2、GPJ2_3 ldr r0, 0x00001111 @都作为输出引脚 str r0, [r1] ldr r1, 0xE0200284
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1847
    • 提供者:b-gzhy
  1. PWM

    0下载:
  2. 基于linux内核2.6.13的pwm控制程序。所用引脚为GPB0 和GPB1-Linux kernel 2.6.13 based pwm control program. The pins as GPB0 and GPB1
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:181634
    • 提供者:GXG
  1. liujie备份spi有片选

    0下载:
  2. 模拟spi从Linux驱动代码,利用GPIO引脚。(spi driver Linux GPIO)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-16
    • 文件大小:101376
    • 提供者:狼码王
搜珍网 www.dssz.com