CircuitPython_Cirque_Pinnacle

A CircuitPython driver library for interfacing with the Cirque Pinnacle (1CA027) touch controller ASIC used in Cirque Circle Trackpads.

MIT License

Downloads
70
Stars
16
Committers
1

Bot releases are visible (Hide)

CircuitPython_Cirque_Pinnacle - First stable release Latest Release

Published by 2bndy5 over 1 year ago

CircuitPython_Cirque_Pinnacle - some refactoring (fix setup.py)

Published by 2bndy5 almost 4 years ago

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
CircuitPython_Cirque_Pinnacle - some refactoring

Published by 2bndy5 almost 4 years ago

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
CircuitPython_Cirque_Pinnacle - Initial Release

Published by 2bndy5 over 4 years ago

documentation lives at readthedocs.org

CircuitPython_Cirque_Pinnacle - Initial release candidate

Published by 2bndy5 over 4 years ago

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