Releases: VGavara/arduino-TB6612FNG
Releases · VGavara/arduino-TB6612FNG
v0.3.1
v0.3.0
Arduino TB6612FNG library release v0.3.0
New features
Motor
class:- Support to custom PWM frequency on SAMD21 based hardware.
- Support to 16-bit speed resolution.
Spinner
class: Support to 16-bit speed resolution on spin maps.
Improved features
None relevant.
Fixed problems
None relevant.
Deprecated
Motor
class: 8-bit resolution speeds with a range of 0-255 no longer supported.Spinner
class: 8-bit resolution speeds with a range of 0-255 no longer supported.
v0.2.0
Arduino TB6612FNG library release v0.2.0
New features
Spinner
class: Support to linear maps with more than one, single stage.
Improved features
- Documentation improved:
- Index document in
Spinner
examples. - "At a glance" and "Getting started" sections added to root README.md .
- Index document in
Fixed problems
- Spinner documentation fixed.
- Driver documentation fixed.
Deprecated
None
v0.1.0
Arduino TB6612FNG library release v0.1.0
New features
- New class
Driver
for managing driver specific features as the driver standby mode. - New class
Spinner
for managing motor acceleration/deceleration. Only lineal acceleration is supported by now.
Improved features
- Code documentation migrated to JSDoc.
- Project documentation restructured: code reference is stored in specific files, thus reducing the /README.md size.
Fixed problems
No fixed problems.
Deprecated
The standby management through the Motor
class is deprecated. Library users must follow these guidelines:
- Remove any reference to
Motor::standby()
function and manage the driver standby status through thestandBy()
functions of theDriver
class. - Remove any reference to
PinMap.stby
struct member.