Skip to content

Releases: ncmreynolds/pimoroniTrackball

v0.1.3 bugfix

08 Oct 11:01
Compare
Choose a tag to compare

Fix issue #3 - 'naive' I2C transaction in pimoroniTrackball::changed() caused it to fail on ESP32 and maybe other targets
Fix compiler warnings for use of TwoWire.requestFrom(int, int, int)
Fix some style issues and tidy up
Tested on ESP32-S2, ESP8266 and ATmega32u4

v0.1.2 bugfix

23 May 08:34
Compare
Choose a tag to compare

Fixes #2, which caused crashes that weren't caught due to testing exclusively on AVR

Minor bugfix in click/release

06 Feb 15:40
Compare
Choose a tag to compare

Thanks to pricorde for pointing out a silly bug. It worked despite the bug but may as well fix it.

First working release

10 Nov 12:35
Compare
Choose a tag to compare

Lacking interrupt and callback support but works fine when using regular polling to read the trackball.