Skip to content
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

Function for the I2C request handler #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

deadlywolf90
Copy link

@deadlywolf90 deadlywolf90 commented Apr 14, 2016

I added a function to be used in the slave-sender's request handler. I didn't modify your great cheksum system just crammed the message in a buffer and sent all in one write, because in the request handler only one write is allowed. Works great but it is limited to the buffer size this way. (Although that can be increased) Thanks for the great library.

Added a function to be used in the slave-sender's request handler. I didn't modify your great cheksum system just crammed the message in a buffer and sent all in one write, because in the request handler only one write is allowed. Works great but it is limited to the buffer size this way. (Although that can be increased) Thanks for the great library.
@deadlywolf90 deadlywolf90 changed the title Patch 1 Function for the I2C request handler Apr 15, 2016
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.

1 participant