All notable changes for this crate are documented in this file.
- Support for T variants: LP5860T, LP5861T, LP5866T, LP5868T
- Support for LP5866
ConfigBuilder
is now an empty, generic-free struct that provides device-specificnew_*()
methods. These return aConfigBuilderDeviceSpecific
.LP586x::new_*()
methods now take aimpl DelayNs
instead of&mut impl DelayNs
. This usually shouldn't require code changes.
Initial release