Skip to content

Conversation

@bjoham
Copy link
Owner

@bjoham bjoham commented May 13, 2017

Adding i2c-slave support

  • requires interrupts
  • requires clock less than 15 kHz (not supported through Arduino API)
  • uses clock stretching but not all Arduino SDKs support it because of faulty implementations

Moved #defines and declarations to top of file
Renaming, adding static keyword
Renaming, adding static keyword
@bjoham bjoham merged commit b1b29d9 into master May 13, 2017
@nik3715
Copy link

nik3715 commented Aug 2, 2017

hi bjoham ,
Im trying to communicate between two esp8266 boards using I2C , SDA=4 & SCL=5.
by debugging it through oscilloscope,i can see that only addr is transmitted.
i'm not able to receive the transmitted data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants