Releases: emericg/SmartServoFramework
Releases · emericg/SmartServoFramework
SmartServoFramework 0.98
- 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
- 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
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
First release for SmartServoFramework