dbrgn / shtcx-rs

Platform agnostic Rust driver for the Sensirion SHTCx temperature/humidity sensors.
Apache License 2.0
13 stars 4 forks source link

Revert "Use ref for PhantomData (#25)" #26

Closed dbrgn closed 3 years ago

dbrgn commented 3 years ago

This reverts commit edbe0973ac6ccbd7946325d5723d85981cbad1a3.

The reason is that when using *const T, the wrapping struct is not Send anymore. This prevents the use as an RTFM resource.