We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0387d4 commit cfc394bCopy full SHA for cfc394b
spi/src/lib.rs
@@ -2,8 +2,8 @@
2
3
//! Generic SPI interface for display drivers
4
5
-use embedded_hal::spi::blocking::Write;
6
use embedded_hal::digital::blocking::OutputPin;
+use embedded_hal::spi::blocking::Write;
7
8
use display_interface::{DataFormat, DisplayError, WriteOnlyDataCommand};
9
0 commit comments