tim-balloon / TIMflight

Flight MCP repo
0 stars 0 forks source link

Remove dead code from GetShutterData, add tests #47

Closed evanmayer closed 1 year ago

evanmayer commented 1 year ago

More unit testing and code coverage work in actuators code.

This is in preparation for a minor refactor that will change the interface from void to taking pointers to shutter_data.lims and shutter_data.pos instead. Get code under test first, then refactor.