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
- [breaking-change] Changed return type of the
raw_ir
,raw_ir_channel1
andraw_ir_channel2
methods toi16
to fix a readout conversion error.
0.3.0 - 2024-05-23
- Add feature
defmt-03
to derive "defmt::Format
" fromdefmt = "0.3"
for public types.
- [breaking-change] Transitioned
embedded-hal
to version 1.0
0.2.1 - 2023-06-02
- 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 returningf32
values as it's a more accurate read.
0.2.0 - 2021-05-22
- Add support for device sleep and wake.
- 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.