搜索资源列表
LM3SAPP_I2C_24C02
- LM3S系列I2C驱动例程,编译环境为IAR!
lm3sio
- LM3S基本外设例程,包括PWM,UART,SDRAM,I2C,GPIO等-LM3S basic module sample, include PWM, UART, SDRAM, I2C, GPIO and so on.
LM3SLib_I2C_Master_LM75A
- LM3S系列I2C例程:数字温度传感器LM75A LM3S系列I2C例程:数字温度传感器LM75A -LM3S series of I2C routines: Digital Temperature Sensor LM75A LM3S series of I2C routines: Digital Temperature Sensor LM75A
LM3SLib_I2C_Master_24C02
- LM3S系列I2C例程:EEPROM存储器24C02 LM3S系列I2C例程:EEPROM存储器24C02 -LM3S series of I2C routines: EEPROM memory 24C02 LM3S series of I2C routines: EEPROM memory 24C02
LM3S_boot_loader
- LM3S 系列几种远程升级方案。端口可选用UART,SSI,I2C 或以太网端口。方便需要者对比选择。-LM3S series of several remote upgrade. Port can be used UART, SSI, I2C, or Ethernet port. Compare options to facilitate those who need it.
LM3SLib_I2C_Master_PAC9554
- LM3S系列I2C例程:IO扩展芯片PCA9554 LM3S系列I2C例程:IO扩展芯片PCA9554-LM3S series of I2C routines: IO expansion of chip PCA9554 LM3S series of I2C routines: IO expansion of chip PCA9554
lm3s1138I2C
- 程序包括:(1)数字温度传感器LM75A,(2)IO扩展芯片PCA9554,(3)EEPROM存储器24C02,(4)模拟RAM存储器 以及I2C总线的详细介绍-Procedures include: (1) digital temperature sensor LM75A, (2) IO expansion of chip PCA9554, (3) EEPROM memory, 24C02, (4) simulation of RAM memory, as well as the det
LM3SLib_I2C_Slave_SRAM
- LM3S系列I2C例程:从机模拟RAM存储器 LM3S系列I2C例程:从机模拟RAM存储器-LM3S series of I2C routines: From the machine simulation RAM memory LM3S series I2C routines: From the machine simulation of RAM memory
I2C-LM75A
- 利用LM3S微控制器的I2C接口传输LM75A的温度采样信号-Microcontroller using LM3S LM75A I2C interface, the temperature sampling signal transmission
lm3s-i2c
- LM3S的硬件I2C的库函数包,可以直接用于调试I2C-LM3S hardware I2C library functions package
i2c
- LM3S的I2C程序,很有参考价值,特别是对新手而言。-LM3S the I2C program, great reference value, especially for the novice.
i2c
- 利用lm3s系列单片机实现对i2c总线的编程操作-Using lm3s series microcontroller programming operation of i2c bus
I2CTest_UseSoftI2CModule(PB0,PB1)
- 本程序实现了用TI LM3S系列单片机的IO端口接入I2C总线,可以实时监控总线上的变化与传输,并将I2C传输的内容,实时通过串口打印出来,可用于破解各种I2C通信协议,曾经用于解析PIC单片机之间的I2C通信,解决了串口实时打印的问题,采用FIFO,UART接受与发送均采用中断,并解决了FIFO中断深度等等问题。仅供参考。(This program is used to achieve the IO port access I2C bus by using TI LM3S Series MCU