搜索资源列表
fet140_i2c_17
- MSP-FET430P140 Demo - I2C, Slave Reads/Writes with Master, Rptd Start-MSP-FET430P140 Demo-I2C, Slave Reads / Writes with Master, Rptd Start
IIC
- 基于PIC18 的IIC驱动程序,master-reader模式-The IIC-based PIC18 drivers, master-reader mode
dsPIIC30FI2CMaster
- dsPIIC30F I2C 主控制器通訊程序程式-dsPIIC30F I2C master controller communication program procedures
I2C_Master0
- It is I2C Bus Master source for MCS51
slaa382
- A really good source code/documentation about the MSP430 I2C (IIC) master mode. Original from TI
M16C_I2C_Simple_Master_API
- This I2C Master API for Renesas microcontrollers uses UART2 mode for M16C family and SSU for R8C family.
atc420
- I2C总线又称IIC总线,最主要的优点是其简单性和有效性。由于接口直接在组件之上,因此I2C总线占用的空间非常小,减少了电路板的空间和芯片管脚的数量,降低了互联成本。总线的长度可高达25英尺,并且能够以10Kbps的最大传输速率支持40个组件。I2C总线的另一个优点是,它支持多主控(multimastering), 其中任何能够进行发送和接收的设备都可以成为主总线。一个主控能够控制信号的传输和时钟频率。当然,在任何时间点上只能有一个主控。这是at24c02的代码-I2C-bus also kno
I2C_Rev2
- i2c program slave master
i2c-ina-master
- i2c program for pic24h
ASPD---Copy
- Good day, This is a program that uses Launchpad and compass com on I2C base: MSP430G2231 Master - I2C - HMC5883L slave. Thank you Abraham-Good day, This is a program that uses Launchpad and compass com on I2C base: MSP430G2231 Master - I2C
Alive.H
- This I2C Lib for Master Or Slave AVR Device-This is I2C Lib for Master Or Slave AVR Device
Pic16F1829_i2c
- pic16f1829的i2c通信.一个pic做从机另一个做主机,主从都是硬件操作没有用软件模拟。主机发送一个值用于调整从机的pwm。-I2C communication pic16f1829. A pic from another host, master and slave are hardware operation without the use of simulation software.The host sends a value used to adjust from the ma
i2c
- I2C作为master的源码,与AMBA中的AHB兼容。-I2C compatible with the AMBA AHB master source.
STM8L15x
- STM8L15系列的I2C通信实例程序,有三种模式的范例,分别是master,slaver ,po-STM8L15 series I2C communication procedures example, there are three modes of examples, namely master, slaver, poll
I2C
- I2C的主模式数据接收程序设计,包含DSN线路图-I2C Master mode data reception program design, including DSN route map
K0R_iic10_tr_C
- 78K0R I2C transmission example codes for master and slave
main
- stm8s M24C64 iic eeprom 源码-This firmware provides a basic example of how to use the I2C firmware library and an associate I2C EEPROM driver to communicate with an I2C EEPROM device (here the example is interfacing with M24C64 EEPROM) I2C per
esp8266_i2c
- esp8266 i2c学习实例,可与其他具有i2c通信协议的设备进行通信,esp8266只能作为主设备-Examples esp8266 i2c learning to communicate with other devices with i2c communication protocols, esp8266 only as a master device
I2C_of_MSP430F249
- This demo connects two MSP430 s via the I2C bus. The master reads 5 bytes the slave. This is the MASTER CODE. The data the slave transmitter begins at 0 and increments with each transfer. The USCI_B0 RX interrupt is used to know when new data h