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.
orientation::Tracker
handling of z-orientation (#58)
- Split
Accelerometer
andRawAccelerometer
(#53, #54) - Move vector types under
accelerometer::vector::*
(#54) - Use
accelerometer::Error
in (Raw)Accelerometer
API (#54)
- Upgrade to
micromath
v1.0 (#48)
- Upgrade to
micromath
v0.5 (#45)
- Fix doc link resolution failure (#40)
- Decouple
Tracker
fromAccelerometer
(#38)
- Upgrade to
micromath
v0.4 (#34)
- Update to micromath v0.3 (#28)
lib.rs
: Add docs on writing an accelerometer driver (#24)
lib.rs
: Fixhtml_logo_url
to point atdevelop
branch (#23)
- Update to micromath v0.2 (#20)
- Use the
micromath
crate (#18)
- Add a
Component
trait for vector components (#16)
- Initial implementation (#1)