max116xx-10bit/CHANGELOG.md
Robin Mueller 061cc6e9ee
Some checks failed
Rust/max116xx-10bit/pipeline/pr-main There was a failure building this commit
Rust/max116xx-10bit/pipeline/head This commit looks good
Several improvements
Added

- Extended and improved type-level support significantly
- Added implementation for externally clocked mode with wakeup delay
- Added simple implementation for using CNVST pin. This is untested because board did not have
  CNVST connected

Changed

- Improved documentation
- Made library easier to use
2021-12-14 14:01:31 +01:00

612 B

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[unreleased]

[v0.2.0]

Added

  • Extended and improved type-level support significantly
  • Added implementation for externally clocked mode with wakeup delay
  • Added simple implementation for using CNVST pin. This is untested because board did not have CNVST connected

Changed

  • Improved documentation
  • Made library easier to use

[v0.1.0]

  • Initial release