robotpy / mostrobotpy

Official Repository of python implementation of WPILib components
https://robotpy.github.io
Other
11 stars 14 forks source link

wpistruct: Add packArray/unpackArray #107

Open virtuald opened 3 weeks ago

virtuald commented 3 weeks ago

Java has a readArray/writeArray, C++ just added a packStructArray/unpackStructArray. I think packArray/unpackArray would be more consistent with the current API names.