Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 1.62 KB

Changelog

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 - ReleaseDate

Changed

  • [breaking-change] Changed return type of the raw_ir, raw_ir_channel1 and raw_ir_channel2 methods to i16 to fix a readout conversion error.

0.3.0 - 2024-05-23

Added

  • Add feature defmt-03 to derive "defmt::Format" from defmt = "0.3" for public types.

Changed

  • [breaking-change] Transitioned embedded-hal to version 1.0

0.2.1 - 2023-06-02

Added

  • Methods for reading temperature as a integer (u16). Users are advised to ONLY use these methods if running into to trouble using the standard temperature reading methods returning f32 values as it's a more accurate read.

0.2.0 - 2021-05-22

Added

  • Add support for device sleep and wake.

Changed

  • Removed delays after final EEPROM writes before exiting a method. Users are advised to wait enough time before interacting with the device again. Thanks to @David-OConnor for the suggestion.

0.1.0 - 2020-07-29

Initial release to crates.io.