Replies: 1 comment
-
Translated using the Deepl Translator: Could you explain that with an example? Is it the parameter in the API or in the transferred data? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I2C的readfrom_mem()函数中,memaddr: int这个参数不应该只限制为4个字节;此参数建议改成一个List类型的参数。在某些情况下,RESTART前的数据可能是很长的一段数据,并非只是地址或者只限制在4个字节的长度。
Beta Was this translation helpful? Give feedback.
All reactions