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

搜索资源列表

  1. 1211mainp

    0下载:
  2. 基于MSP430F149的I2C总线的24C01-64的源代码-MSP430F149 based on the I2C bus 24C01-64 source code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:56491
    • 提供者:彭成
  1. I2C-LED

    0下载:
  2. MSP430F149端口模拟IIC控制LED(多扩展),实现9个LED显示
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-17
    • 文件大小:20874
    • 提供者:cantianpo
  1. MSP430F149_IIC_DAC5571

    2下载:
  2. 本源码维MSP430F149控制IIC协议的AD芯片DAC5571,并再1602液晶上显示数据 MCU的P1.0、P1.1 端口与DAC5571 的SDA、SCK端口连接,通过在两个GPIO上模拟 I2C时序从而实现对DAC的操作。可以看到,DAC5571 的输出端Vout连接到了跳线座P7 的第 1 脚。如果用短路帽将跳线座J1 的 2 脚 和 3 脚连接,则DAC的输出直接驱动LED,可以通过LED亮度的变化直观地观察到 DAC输出电压值的变化;如果用短
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:13835
    • 提供者:skywalker
  1. MSP430F149_AT24C02

    0下载:
  2. 本程序使用MSP430F149控制IIC总线EEProm AT24C02;MCU的通用输入输出(GPIO)端口P1.2、P1.3 与AT24C02 的SCL、SDA端口相连接构成I2C总线,因为MSP430F149 内部没有专用的I2C接口电路,所以只能用IO端口来模拟I2C时序从而实现对EEPROM的读写操作。从图 3.3 中我们可以看到EEPROM地址选择端口A0~A2 都外接低电平,所以进行I2C通信时,EEPROM的从机地址是唯一的,即A0~A2 所对应的地址控制位均为 0。 因为A
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14411
    • 提供者:skywalker
  1. c51源程序集合

    10下载:
  2. 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. MMA7660

    0下载:
  2. 加速度传感器MMA7660,读写程序,采用MSP430F149处理器,模拟I2C接口,调试好使,自己移植的程序-Accelerometer MMA7660, reading and writing program, using MSP430F149 processor, analog I2C interface, debugging so that their own transplant program
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-07-27
    • 文件大小:62487
    • 提供者:wang hongbin
  1. MSP430F149.rar

    1下载:
  2. MSP430F149芯片I2C模块EEPROM、KEYHDI2C、LEHDI2C的程序源代码,通过编译平台IAR4.02编译,完整源代码。,MSP430F149 chip I2C module EEPROM, KEYHDI2C, LEHDI2C the source code through the compiler to compile IAR4.02 platform, complete source code.
  3. 所属分类:SCM

    • 发布日期:2015-05-14
    • 文件大小:42764
    • 提供者:蒋宏洁
  1. uCOS-IIamsp430f1611

    0下载:
  2. uCOS-II移植到msp430f1611单片机中,uCOS-II在性价比极高的单片机使用,任您发挥。此例包含了PS2,拼音输入法,12864,nRF24L01,I2C总线,SPI总线等许多驱动,您只要使用API即可。创建了几个任务,您可在任务里任意发挥。另外,您可修改MCU头文件在msp430f149、f169等中使用,但任务堆栈需减小。-uCOS-II ported to msp430f1611 microcontroller, uCOS-II in highly cost-effectiv
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:301262
    • 提供者:lihua
  1. fet140_i2c_01

    0下载:
  2. 演示了如何操作MSP430F149的i2c功能-Descr iption: I2C interface to TMP100 temperature sensor in 9-bit mode. // Timer_A CCR0 interrupt is used as a wake up and to read the upper byte of // the TMP100 temperature register. If the temperature is greater than
  3. 所属分类:SCM

    • 发布日期:2014-11-09
    • 文件大小:1024
    • 提供者:刘成
  1. 24C02.rar

    0下载:
  2. msp430f149 24c02 i2c协议 eeprom,msp430f149 24c02 i2c协议 eeprom
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:62859
    • 提供者:mo
  1. MMA7660

    0下载:
  2. 加速度传感器MMA7660,读写程序,采用MSP430F149处理器,模拟I2C接口,调试好使,自己移植的程序-Accelerometer MMA7660, reading and writing program, using MSP430F149 processor, analog I2C interface, debugging so that their own transplant program
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:62487
    • 提供者:wang hongbin
  1. i2c

    0下载:
  2. i2c程序 用于MSP430F149的i2c通信的程序代码,不是我写的-i2c program for MSP430F149 the i2c communication program code, not that my writing
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:132457
    • 提供者:石海平
  1. MSP430

    0下载:
  2. 该MSP430F149开发板具有串行通信接口、1602和12864液晶模块、SD存储卡接口、USB通信接口、红外发射与接收、PS2键盘接口、实时时钟、温度传感、I2C模块等各种接口和模块,非常适合初学者。-The development board with MSP430F149 serial communication interface module 1602 and 12864 LCD, SD memory card interface, USB communication interfa
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:128670
    • 提供者:唐超
  1. iic_24c02

    0下载:
  2. i2c驱动程序 msp430f149开发板-i2c driver development board MSP430F149
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:4566
    • 提供者:hertz
  1. 24c512_I2C_MSP430F149

    0下载:
  2. 在MSP430F149上利用模拟的i2c实现数据在24C512上的存储与读写。-In the MSP430F149 on the use of simulation in the 24C512 on the i2c data storage and read-write.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:25246
    • 提供者:lizhangbo
  1. EEPEROM2419

    0下载:
  2. 24lc512 eeprom的经典源码 ,我经过了严格的I2C时序处理,运用在MSP430F149上非常的好,而且在MSP430F2419上也很兼容。解决了不同单片机挑片的现象-24lc512 eeprom classic source, I passed a strict I2C timing processing, using the MSP430F149 is very good, but also is compatible with the MSP430F2419. Solve the
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:83125
    • 提供者:dudu
  1. I2C

    0下载:
  2. MSP430F149口线(P6.5 P6.6)模拟I2C-MSP430F149 mouth lines (P6.5 P6.6) simulate I2C
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:89841
    • 提供者:Koreyoshi
  1. 24C16-I2C-EEPROM-read-wtite

    0下载:
  2. 24c16芯片I2C msp430f149 实现的读写操作-24c16 chip I2C msp430f149 read and write operations to achieve
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:51928
    • 提供者:xiaochen
  1. i2c_uart

    0下载:
  2. msp430F149驱动24c20,i2c协议,加串口通信-msp430F149 drive 24c20, the i2c protocol, plus a serial communication
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:32469
    • 提供者:fanmengqiu
  1. i2c-screen

    0下载:
  2. msp430f149驱动oled屏io模拟i2c协议,-msp430f149 drive oled screen io analog i2c protocol,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:50172
    • 提供者:xiaoyue
« 12 »
搜珍网 www.dssz.com