You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On an unchanged repo clone and using stable-x86_64-unknown-linux-gnu unchanged - rustc 1.74.0 (79e9716c9 2023-11-13)
Running cargo build --example epd2in13_v2 results in
error[E0432]: unresolved import `linux_embedded_hal::Spidev`
--> examples/epd2in13_v2.rs:19:22
|
19 | Delay, SPIError, Spidev, SysfsPin,
| ^^^^^^
| |
| no `Spidev` in the root
| help: a similar name exists in the module (notice the capitalization): `spidev`
|
= help: consider importing this struct instead:
crate::spidev::Spidev
For more information about this error, try `rustc --explain E0432`.
error: could not compile `epd-waveshare` (example "epd2in13_v2") due to previous error
The text was updated successfully, but these errors were encountered:
On an unchanged repo clone and using
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.74.0 (79e9716c9 2023-11-13)
Running
cargo build --example epd2in13_v2
results inThe text was updated successfully, but these errors were encountered: