Does anybody know how to make your own libraries in WPILib
There’s many approaches to this, but they boil down to what language you use, and whether you want to publish the library or have it be part of your git project.
This can mostly point you in the right direction. Using External Libraries with Robot Code — FIRST Robotics Competition documentation (wpilib.org)
I endorse jitpack.
2 Likes
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.