Skip to content

Releases: pmarques-dev/PicoEncoder

v1.1.0

30 Dec 03:07
Compare
Choose a tag to compare

Improve the method to calibrate phase sizes.
Add a new method to reset the position to zero.

v1.0.9

12 Oct 02:14
Compare
Choose a tag to compare

fix initialization bug

v1.0.8

22 Sep 23:10
Compare
Choose a tag to compare

more robust PIO state machine claiming code
bug: the code wasn't correctly claiming the PIO state machine
bug: the pins were not being initialized, which worked on the RP2040, but not RP2350

v1.0.7

06 Jun 02:22
Compare
Choose a tag to compare

since the PIO code uses all available space on the PIO, it's safer to just claim all state machines when we load the code

v1.0.6

25 May 22:01
Compare
Choose a tag to compare

update version in the properties file

v1.0.5

25 May 21:46
Compare
Choose a tag to compare

fix non-mbed compilation

v1.0.4

20 May 23:59
Compare
Choose a tag to compare

update version number

v1.0.3

20 May 00:28
Compare
Choose a tag to compare

pin mapping fixes, improved phase measurement

fix pin mapping code

20 May 00:23
Compare
Choose a tag to compare
v1.0.2

fix pin mappings

easier to use phase measurement code

16 May 00:11
Compare
Choose a tag to compare
v1.0.1

improve phase size measurement code and examples