Skip to content

some refactoring (fix setup.py)

Compare
Choose a tag to compare
@2bndy5 2bndy5 released this 11 Nov 06:22
· 14 commits to master since this release

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