2 posts / 0 new
Last post
achao1104
Offline
Last seen:5 years 2 months ago
Master
加入:2015-12-24 10:56
how to use i2c driver

hi dialog,

I am going to connect da i2c to a wifi module which supports i2c as well. in sdk5, I found a sample with eeprom i2c.
the question is:
1) is the i2c driver necessary to be bound to eeprom?
2) is there other sample describing i2c to other module rather than eeprom? or how can I customize it.

thanks,

Peter

Device:
MT_dialog
Offline
Last seen:1 month 2 weeks ago
Staff
加入:2015-06-08 11:34
Hi achao1104,

Hi achao1104,

The i2c eeprom example is able to work quite ok with other modules such as sensors etc without any significant modifications. Sorry but there is no other example of how to use i2c except the one with the eeprom functionallity, about the documentation, the only available doc about the drivers is the UM-B-051.pdf.

Thanks MT_dialog