Skip to content

Releases: RobTillaart/AS5600

0.6.1 release

02 Apr 13:08
b400a6b
Compare
Choose a tag to compare
  • improve getCumulativePosition(), catch I2C error, see #62
  • update readme.md (incl reorder future work).
  • update GitHub actions
  • minor edits

0.6.0 release

10 Feb 12:22
6f05b4d
Compare
Choose a tag to compare
  • add experimental error handling
  • add int lastError() so user can check the status of last I2C actions.
  • update readme.md
  • update examples
  • minor edits

0.5.1 release

05 Jan 08:42
5134633
Compare
Choose a tag to compare
Fix #51, add increaseOffset() (#52)

- fix #51, add **increaseOffset(float degrees)**
- update keywords.txt
- update readme.md (several cleanups)

0.5.0 release

08 Dec 10:18
4bc6a96
Compare
Choose a tag to compare
refactor API, begin() (#47)

- refactor API, begin()
- update readme.md
- update examples
- add examples
- patch library.properties  =>  category=Sensors

0.4.1 release

20 Sep 09:40
75cdb95
Compare
Choose a tag to compare
Fix #45 support STM32 set I2C pins (#46)

- fix #45 support STM32 set I2C pins  ARDUINO_ARCH_STM32
- update readme badges
- minor edits

0.4.0 release

28 Jun 08:25
319985d
Compare
Choose a tag to compare
fix #39 (#41)

- fix #39 support for Wire2 on ESP32
- update readme.md

0.3.8 release

27 Jun 11:33
c9ca15a
Compare
Choose a tag to compare
Burntest (#40)

- add **void burnSetting()** improvements from #38
  - use with care
  - add sketches to burn settings (use with care!)
- minor edits.

0.3.7 release

11 May 09:22
3232435
Compare
Choose a tag to compare
improve getCumulativePosition() (#35)

- change **getCumulativePosition()** to use **AS5600_ANGLE**
  so filters can be applied.
- add **AS5600_DEGREES_TO_RAW** to constants.
- add **AS5600_SW_DIRECTION_PIN** to constants.
- minor edits.

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