eldruin / bmi160-rs

Platform-agnostic Rust driver for the BMI160 inertial measurement unit (IMU)
Apache License 2.0
12 stars 11 forks source link

Add feature to derive defmt::Format for public data types #10

Closed avsaase closed 6 months ago

avsaase commented 6 months ago

This adds a defmt feature that when enabled derives defmt::Format for all public data types. This can be useful for debug purposes.