Skip to content

Releases: RobTillaart/AS5600

0.3.6 release

21 Feb 10:38
8b62620
Compare
Choose a tag to compare
add resetCumulativeCounter() (#31)

- add **resetCumulativePosition(int32_t position)**
- add parameter position to **resetPosition(int32_t position)**
- add example
- update readme.md

0.3.5 release

01 Feb 15:45
2fdb294
Compare
Choose a tag to compare
update readme.md (#29)

- update GitHub actions
- update license 2023
- update readme.md

0.3.4 release

22 Dec 12:59
01b9b23
Compare
Choose a tag to compare
fix #26 edges cumulative (#27)

0.3.3 release

21 Dec 20:32
Compare
Choose a tag to compare
Merge branch 'develop'

0.3.2 release

17 Oct 07:37
621f84e
Compare
Choose a tag to compare
add changelog.md, update build-ci, update readme.md (#23)

0.3.1 release

01 Sep 09:14
2bc8218
Compare
Choose a tag to compare
Support for AS5600-L (#20)

* Add AS5600L class - with **setAddress()**
* update documentation + refactor
* update unit tests
* add status functions + documentation

0.3.0 release

07 Jul 10:49
e2dbe38
Compare
Choose a tag to compare
fix #16 return value config functions (#17)

* fix #16 return value config functions
* update readme.md
* fix #18 invalid mask in setConfigure()

0.2.0 release

04 Jul 10:08
67bc951
Compare
Choose a tag to compare
Add software direction control (#12)

* fix #6 add software direction control
* fix #14 getAngularSpeed()
* fix #13 add offset functions
* fix conversion constant
* fix readAngle() rawAngle()
* add examples
* update unit test
* update readme.md

0.1.4 release

27 Jun 09:22
704df18
Compare
Choose a tag to compare
improve I2C performance (#11)

- fix #7 use readReg2() to improve I2C performance.
- define constants for configuration functions.
- add examples - especially OUT pin related.
- fix parameter of the begin function.

0.1.3 release

26 Jun 11:57
b9f98c4
Compare
Choose a tag to compare
fix #8 Bug in setConfigure (#9)

* fix #8 Bug in setConfigure
* Add AS5600_RAW_TO_RADIANS
* Add getAngularSpeed() mode parameter.