Releases: atlas-aero/rt-PCA9539
Releases · atlas-aero/rt-PCA9539
0.4.0
Changes
- Migrated to embedded-hal v1 by @marius-meissner in #7
- Fixed Clippy warnings + added targets to QA pipeline by @marius-meissner in #6
Full Changelog: 0.3.0...0.4.0
0.3.0
Changes:
- Added no_alloc compatibility (#2) Thanks to @ayushagrawal2!
0.2.1
Changes
- Updated spin dependency to 0.9.8 for fixing RUSTSEC-2023-0031 (s. #1). Thanks @Dylan-DPC!
0.2.0
Features/Changes:
- Added traits for refreshable pins. (s. RefreshableInputPin and RefreshableOutputPin)
0.1.3
Features/Changes:
- Exported guard module, mainly to enable external type annotations.
0.1.2
- Adjusted Cargo.toml metadata
0.1.1
Fixes:
- Critical: Fixed wrong I2C register handling
0.1.0
Initial release