Compare commits

...

2 commits

Author SHA1 Message Date
Yuri Iozzelli ac73c3ba40 Merge branch 'chemicstry-master' 2022-10-07 15:17:58 +02:00
chemicstry aa0003d0a4 Bump embedded-hal to 1.0.0-alpha.9 2022-10-07 15:01:55 +03:00
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
display-interface = "0.4.1"
embedded-hal = "1.0.0-alpha.8"
embedded-hal = "1.0.0-alpha.9"
[dependencies.embedded-graphics-core]
optional = true

View file

@ -25,8 +25,8 @@
//! ```
//!
//! [display-interface-spi crate]: https://crates.io/crates/display-interface-spi
use embedded_hal::delay::blocking::DelayUs;
use embedded_hal::digital::blocking::OutputPin;
use embedded_hal::delay::DelayUs;
use embedded_hal::digital::OutputPin;
use core::iter::once;
use display_interface::DataFormat::{U16BEIter, U8Iter};