Skip to content

Releases: ponoor/Ponoor_L6470_Library

v1.1.0

20 Sep 12:51
Compare
Choose a tag to compare

Fixed incorrect multiply values for conversion functions, which noticed by this issue .
This change might have a significant impact on the physical motion of the motor, especially acceleration and deceleration.

Here are details:

ACC/DEC

In previous versions, the acceleration was set in the register at twice the value specified by [step/s]. Therefore, starting with this new version, the same value will result in half the acceleration, but the specified value and the motor motion will match. The same applies to deceleration.

SPEED

This register was set a slightly smaller value than specified with [step/s]. So the motor rotation speed might be bit slower than previous versions.

INT_SPD

The value of this register was set at 1/4 of the value specified in [step/s]. Therefore, the operation of BEMF compensation may be affected.

v1.0.3

14 Oct 01:46
6d8612e
Compare
Choose a tag to compare

Some updates on keywords.txt and a semantic versioning number correction in library.properties.

v1.0.2

01 Sep 07:49
e9a9f32
Compare
Choose a tag to compare

a minor version number change in library.properties.

v1.0.1

31 Aug 13:14
27c711c
Compare
Choose a tag to compare

Added functions related with EL_POS.

v1.0.0

24 Apr 11:14
1b4668e
Compare
Choose a tag to compare

The initial release.