Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 1.35 KB

Changelog

This project follows semantic versioning.

0.4.0 (2024-07-17)

  • Add support for embedded-hal-async

0.3.0 (2022-11-28)

  • Update to rust 1.63 for build an test and rust 2021 edition
  • Update embedded hal to version 1.0

0.2.0 (2022-11-28)

Changed

  • Add a separate error type for the crc8 module to allow for From<crc8::Error> implementations. (#18)

0.1.1 (2020-09-02)

Changed

  • Panic in crc8::validate and i2c::read_words_with_crc if buffer size is not a multiple of 3 (#13, #15)

0.1.0 (2020-08-21)

  • Initial version which implements the CRC-8 algorithm commonly used by Sensirion's sensors and a few I2C helper functions.