I2C addressing
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-04-28 2:12 AM
Posted on April 28, 2008 at 11:12
I2C addressing
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:31 AM
Posted on May 17, 2011 at 12:31
If I want to transmit this 7-bit address:
0 1 1 1 1 0 0 R/W=0 should I call: I2C_Send7bitAddress(I2C1, 0x3c, I2C_Direction_Transmitter); or: I2C_Send7bitAddress(I2C1, 0x78, I2C_Direction_Transmitter);Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:31 AM
Posted on May 17, 2011 at 12:31
You must call 0x78
