-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog
Alonso Lara edited this page Mar 29, 2026
·
7 revisions
This page is a changelog for each Arduino L298N Library version. For a complete list of all commits to the source code see here.
Changes since 1.3:
- Smart hardware protection.
Changes since 1.2.2:
- Added smooth transition method.
Changes since 1.2.1:
- Encapsulated global variables into class members and fixed default parameters.
Changes since 1.2:
- Cosmetic fixes.
Changes since 1.1:
- Added simple methods for basic orders (code readability).
- Fixed no need check in constructor.
- Cosmetic fixes.
Changes since 1.0:
- Code rewrite.
- Simplified method list.
- Direction variables reflects bits used to configure motors, no need to code it separately.
- You can now turn backward.
- Added invert to constructor to avoid motor wire exchange (when left is right and vice versa).
- Initial release.