paumanok[m]: > <@paumanok:matrix.org> has anyone played with the MutexDevice in embedded-hal 1.0? https://docs.rs/embedded-hal-bus/latest/embedded_hal_bus/i2c/struct.MutexDevice.html > > I'm having trouble getting it working as it takes a pointer to a mutex which gets really tricky with lifetimes. Generally the Mutex will be in a static container from what I understand