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
1.0.0 - 2025-01-02
- Async support based on
embedded-hal-async
1.0. - Derive
Eq
,Hash
for simple types.
- Raise MSRV to 1.81.0.
- Update to embedded-hal 1.0
0.2.0 - 2021-04-05
- Reading the measurement of all channels at once.
- Make types copyable, clonable, comparable and debuggable where possible.
- Removed
Default
derive for sensor struct.
0.1.1 - 2018-10-21
This crate is now functionally complete.
- Setting the RGB converter gain.
- Enabling/disabling the RGB converter interrupt generation.
- Setting the RGB converter interrupt clear channel low/high thresholds.
- Setting the RGB converter interrupt persistence.
- Setting the number of integration cycles.
- Reading the device ID.
- Enabling/disabling the wait feature.
- Setting the number of wait time cycles.
- Enabling/disabling the wait long setting.
- Fixed selecting auto-increment command mode for multiple register reading.
This is the initial release to crates.io. All changes will be documented in this CHANGELOG.