v1.0.0-rc.2
·
192 commits
to master
since this release
- Minor document fixes.
- Add #[inline] hints to most of
embedded-halfunctions. - pwm: rename
get_max_duty_cycletomax_duty_cycle. - delay: Rename
DelayUstoDelayNs - delay: Add
DelayNs::delay_ns() - delay: Add default impls of
delay_msanddelay_usbased ondelay_ns. - delay: Make the default impl of
delay_msmore efficient, it now does less calls to the underlyingdelay_ns(previouslydelay_us). - spi: Rename
Operation::DelayUstoOperation::DelayNs, with nanosecond precision.