LakeMaps / boat

Lake Maps' boat control software
Open Software License 3.0
3 stars 0 forks source link

Replace props with propulsion system #88

Closed whymarrh closed 7 years ago

whymarrh commented 7 years ago

This PR replaces the two props used by the boat with the idea of a propulsion system to better align with the propulsion microcontroller's API. The propulsion microcontroller requires both motors to be set at once and the previous implementation (with two props) was setting the prop speeds individually, causing the the speeds to toggle between zero and non-zero.