Skip to content

I2c slave #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 13, 2017
Merged

I2c slave #1

merged 5 commits into from
May 13, 2017

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.

4 participants