how to convert c-style array parameters function to python? #3767
Unanswered
TuoniTuoni
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
just like function:void setUserID(uint16_t userid[], size_t usernum), when convert to python,how should I do with the first parameter uint16_t userid[], to convert to numpy or list?
Beta Was this translation helpful? Give feedback.
All reactions