Skip to content

Releases: 2bndy5/CircuitPython_Cirque_Pinnacle

First stable release

21 Apr 00:08
89530bd
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

documentation lives at readthedocs.org

Initial release candidate

25 Mar 07:50
Compare
Choose a tag to compare
Pre-release

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