rambunction4330 / librmb

A library designed to ease the pain of FRC robot programming. TLDR; Make motor spin good better
https://rambunction4330.github.io/librmb/
MIT License
1 stars 1 forks source link

Add testbench #32

Closed theVerySharpFlat closed 1 year ago

theVerySharpFlat commented 1 year ago

I worked some gradle magic (using, of course, the deprecated native plugin) and created a testbench subproject so that we don't have to update the version of the vendordependency in an external testing robot project every time we make changes to the library.