-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to use SyncManager(...) ? #9
Comments
I guess that you actually want to know how to use a
meaning that at position 12 in the input sync manager, i.e. the one to get data from the slave to the master, there is an unsigned 16 bit integer ("H"), that one can read.
means at byte position 24, bit number 5 can be written to the slave. |
Hi,
|
Well, this is an enum, with two possible values: |
👉👉👉**Use PacketDesc() to read or write 32 bytes at a time. How to input format ?** |
I am not sure what you try to do. You could try to use |
Hi,
Sorry, can you give me a sample program to teach me how to use SyncManager ?
The text was updated successfully, but these errors were encountered: