CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 uCOS开发 搜索资源 - I2C 驱动

搜索资源列表

  1. ucosII_i2c

    0下载:
  2. 周立功公司的ARM开发板LPC2119环境下,I2C总线读写驱动程序。该代码可以重入。可直接使用无须修改。-the development board LPC2119 ARM environment, I2C bus driver to read and write. The code can go back to. Direct access needed to be changed.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:202.37kb
    • 提供者:周冬生
  1. lpc2000的I2c驱动

    0下载:
  2. 菲利浦ARM芯片lpc2000的I2c驱动,并提供了相关应用-Philips ARM chip lpc2000 the I2c drive, and provides related applications
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:608.86kb
    • 提供者:zhenguohui
  1. I2C_FM24C256

    1下载:
  2. LPC2138 I2C读铁电驱动 ARM7和UCOS的中间件-LPC2138 I2C Reading Ferroelectric Driver ARM7 and UCOS Middleware
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:124.79kb
    • 提供者:高明
  1. uCOS-IIModem_example

    0下载:
  2. 串口驱动 MODEM接口模块 I2C总线模块 SPI总线模块-Serial I2C Bus Interface Module Module Module SPI Bus
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:426.66kb
    • 提供者:白哈
  1. I2C

    0下载:
  2. μCOS-II下LPC210x的I2c主模式底层驱动,有详细的文档注释-LPC210x μCOS-II under the bottom drive I2c main mode, there is detailed documentation comments
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:5.73kb
    • 提供者:Combobox
  1. ucoszlg7290

    0下载:
  2. ucos在ARM芯片LPC2210上的移植代码,包括三个任务:中断方式读ZLG7290的按键;基于I2C接口的温度传感器;一个TFT液晶芯片的驱动显示,调试通过。-ucos in ARM transplantation on the LPC2210 chip code, consists of three tasks: reading ZLG7290 interruption of the keys I2C interface on the temperature sensor a TFT
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:823.39kb
    • 提供者:秦伟
  1. I2CINT

    0下载:
  2. LPC2378 I2C驱动程式,调用E2PROM测试可用-LPC2378 I2C driver, call E2PROM testing available
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:2.47kb
    • 提供者:尹恒
  1. Time_Driver

    0下载:
  2. 时间驱动模块。设置时间日期与RTC计数值相互转化,通过I2C读取写入,可在ucGUI应用层调用显示系统时钟。-Time-driven module. Set the date and time of RTC counts into each other, through the I2C read the writing, you can call the application layer ucGUI display system clock.
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:1.86kb
    • 提供者:ka
  1. uCOS-II_Driver_Examples

    0下载:
  2. uCOS-II系统下所有驱动应用举例(ADS工程源码),包含URAT,GPIO,I2C,SPI,MODE,RTC,ADC ……等,是不可多得源码资料!
  3. 所属分类:uCOS

    • 发布日期:2017-04-10
    • 文件大小:1.62mb
    • 提供者:悠悠
  1. I2C

    0下载:
  2. Cortex-M3(LPC175X)下基于uCOSII的I2C驱动程序-Cortex-M3 LPC175X uCOSII I2C
  3. 所属分类:uCOS

    • 发布日期:2017-03-30
    • 文件大小:3.92kb
    • 提供者:沈德稳
  1. 4_i2c_driver

    0下载:
  2. 基于uCOS的硬件I2C驱动演示程序,演示文件基于NXP LPC213X ARM芯片。-on chip module i2c driver of NXP LPC213X, base on uCOS RTOS.
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:80.9kb
    • 提供者:maxwell_lee
  1. LPC2300_CODE

    0下载:
  2. LPC2300开发板实验教程实例代码_上下册例程。上册包含:ADC、DAC、I2C、SPI、SSP、PWM等实例;下册包含:CAN、Ethernet、SD、USB、GUI图形驱动。-LPC2300 development board test tutorial example code _ volumes routines. The book include: ADC, DAC, I2C, SPI, SSP, PWM and other instances the next volume co
  3. 所属分类:uCOS

    • 发布日期:2017-05-21
    • 文件大小:6.28mb
    • 提供者:明月几时有
  1. uCOS_driver_example

    0下载:
  2. uCOS-II所有驱动应用举例,包含有串口驱动,通用口驱动,I2C驱动,实时时钟,PWM波驱动,LED驱动。-uCOS-II_driver example. almost all based on LPC,use uCOS-II system and arm system. for this driver you can develop you project easly and from this you also can learn a lot about ARM system and uC
  3. 所属分类:uCOS

    • 发布日期:2017-05-06
    • 文件大小:1.39mb
    • 提供者:刘士立
  1. I2C

    0下载:
  2. ucos2系统系下的i2c驱动代码。已经过硬件实验的验证!可以用-ucos2 system i2c device driver!
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:42.41kb
    • 提供者:何休
  1. ucosii_I2c

    0下载:
  2. LPC2114基于UCOSII的I2c主方式驱动使用的例子。对CAT1025进行读写操作底层驱动,中间件代码-LPC2114 based UCOSII I2c main way to drive the use of examples. Read and write operations underlying driver of CAT1025 middleware code
  3. 所属分类:uCOS

    • 发布日期:2017-11-13
    • 文件大小:54.64kb
    • 提供者:amart
  1. E2PROM_C

    0下载:
  2. 恩智浦LPCARM7的I2C驱动程序,在ucos环境运行-lpc2200 CPU read EEPROM chip API
  3. 所属分类:uCOS

    • 发布日期:2017-12-05
    • 文件大小:27.39kb
    • 提供者:刘斌
  1. uCOS252_MSP430F149

    0下载:
  2. msp430f149的usos程序,含有各种总线底层驱动如i2c,uart。-the program of msp430f149 whith ucos.
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:316.2kb
    • 提供者:c
  1. stm32f103rbt6_lite

    0下载:
  2. STM32软件开发,uart驱动,i2c驱动,spi驱动,ad驱动,rx8025驱动,rtc驱动,wdg驱动,ucos-iii移植。(STM32 software development, UART driver, I2C driver, SPI driver, ad driver, rx8025 driver, RTC driver, WDG driver, ucos-iii transplantation.)
  3. 所属分类:uCOS

    • 发布日期:2017-12-21
    • 文件大小:6.09mb
    • 提供者:gjh
搜珍网 www.dssz.com