i2C send multiple bytes #82
Answered
by
felias-fogg
TangYanYee
asked this question in
Q&A
-
i want to do sth similar to Wire.write(data, length) in wire.h. How should I do this? Should I do sth same as the following code? |
Beta Was this translation helpful? Give feedback.
Answered by
felias-fogg
Apr 24, 2024
Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TangYanYee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
the loop for writing the bytes should be between the start and stop call.