Releases: ftdi-rs/ftdi-embedded-hal
Releases · ftdi-rs/ftdi-embedded-hal
Version 0.15.0
Changed
- Updated the alpha release of
embedded-hal
from1.0.0-alpha.9
to1.0.0-alpha.10
.
Version 0.14.0
Changed
- Removed lifetimes on
OutputPin
,InputPin
,I2c
,Spi
, andSpiDevice
to improve ease-of-use.
Version 0.13.0
Changed
- Updated the alpha release of
embedded-hal
from1.0.0-alpha.8
to1.0.0-alpha.9
.
Version 0.12.0
Added
- Added re-exports for
libftd2xx
andftdi
when the respective feature is used. - Added
embedded-hal
version1.0.0-alpha.8
trait implementations for:- GPIOs
- Delay
- SPI
Changed
- Changed the
embedded-hal
version0.2
re-export name fromembedded-hal
to
eh0
to differentiate fromembedded-hal
version1.0.0-alpha.8
.
Version 0.11.0
Added
- Added support for input pins.
Changed
- The
ad0
-ad7
methods to get anOutputPin
now return aResult
to support input pins, previously these methods were infallible.
Version 0.10.0
Added
- Added support for
libftdi1
as a backend.
Changed
- Renamed to
ftdi-embedded-hal
. - The
ftd2xx
backend is no longer enabled by default. - Changed the error type to support multiple backends.
- Updated the edition from 2018 to 2021.