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.
- Made the crate executor independent, removing the direct dependency on embassy_time (by @afresquet)
- Updated documentation to reflect the new executor-independent implementation
- Simplified examples to show proper clock and delay usage
- Removed
embassy
feature as it's no longer needed