Skip to content

v0.3.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@at-wat at-wat released this 17 Apr 05:36
ea8e2f7
Re-organize mainloop and interrupt operations (#49)

* Reduce operations in PWM interrupt handler

* Reduce mainloop CPU usage

* Fix absolute angle calculation

* Move utility functions to utils.h

* Change interrupt priority

* Avoid using partially initialized params

* Fix wrong conflict resolve

* Initialize continuous angle variable properly

* Fix velocity calculation init