vedderb / bldc

The VESC motor control firmware
2.09k stars 1.31k forks source link

added read observer and encoder angle functions #612

Closed hackeybabel closed 1 year ago

hackeybabel commented 1 year ago
vedderb commented 1 year ago

One of the lines has a syntax error and the extensions also need to be registered. It is also good to update the documentation when adding new extensions.

I made an attempt here to add all position sources and documenting them: https://github.com/vedderb/bldc/commit/523e42b829b435549f19025ced9f6e9c84f37554

Can you try if that works?