Skip to content

Releases: 2bndy5/CircuitPython_Cirque_Pinnacle

v2.0.0 - Support new trackpad firmware

12 Apr 16:02
9352800

Choose a tag to compare

Breaking Changes

  • compensate for newer (undocumented) firmware by @2bndy5 in #15

What's Changed

New Contributors

Full Changelog: 1.0.0...2.0.0

First stable release

21 Apr 00:08
89530bd

Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...1.0.0

some refactoring (fix setup.py)

11 Nov 06:22

Choose a tag to compare

Like the last release (except I fixed setup.py), this release is mostly documentation improvements.

Although, there are some code improvements too:

  • measure_adc() still exists, but its algorithm has been exposed as start_measure_adc() & get_measure_adc() for asynchronous applications.
  • re-proritized parameters' order to relative_mode_config()
  • changed examples to demonstrate proper namespacing as previous examples may have been confusing to newcomers in python

some refactoring

11 Nov 06:10
91942b4

Choose a tag to compare

This release is mostly documentation improvements. Although, there are some code improvements too.

  • measure_adc() still exists, but its algorithm has been exposed as start_measure_adc() & get_measure_adc() for asynchronous applications.
  • re-proritized parameters' order to relative_mode_config()
  • changed examples to demonstrate proper namespacing as previous examples may have been confusing to newcomers in python

Initial Release

26 Mar 07:20

Choose a tag to compare

documentation lives at readthedocs.org

Initial release candidate

25 Mar 07:50

Choose a tag to compare

Pre-release

This pre-release is meant to test GitHub actions deploying to pypi