Skip to content

Releases: emericg/SmartServoFramework

SmartServoFramework 0.98

10 Jul 14:24
Compare
Choose a tag to compare
  • Actual support for X servo serie
  • Fixed support HerkuleX servo serie
  • Framework bugfixes
  • GUI improvements
  • Documentation updates

API breakage:

  • You only need to include <SmartServoFramework/SimpleAPI.h> or <SmartServoFramework/ManagedAPI.h> directly in your project now
  • ControllerAPI class (and file) is now ServoController to avoid confusion with the new ManagedAPI.h file
  • Serial connection error code changed again
  • Some directories and files have been shifted around

SmartServoFramework 0.97

10 Jun 13:31
Compare
Choose a tag to compare
  • Many framework bugfixes
  • Many GUI improvements
  • Prebuilt packages now provided, for easy testing!

API breakage:

  • Library name is now lowercase
  • Managed APIs constructor arguments order have been switched !!! Now match Simple API arguments order.
  • Probably doesn't work anymore with Qt4 and many older compilers

SmartServoFramework v0.95

15 Apr 17:32
Compare
Choose a tag to compare
Pre-release

Compatibility release for SmartServoFramework.
Next versions (0.96 and up) will break API as well as compatibility with older systems (Qt4, GCC > 4.6). You can use the 'legacy' branch to receive critical bug fixes.

SmartServoFramework v0.9

14 Mar 16:04
Compare
Choose a tag to compare
Pre-release

First release for SmartServoFramework