Embedded rust emulation assistance. (r/rust)
Hello Rust community. I have been stuck trying to emulate an embedded project I'm working on on Wokwi. It work on actual hardware but doesn't initialize the display(SSD1306) on Wokwi( gets stuck at the line \`display.init().await.unwrap() \`. I am using Wokwi vscode extension. The project is…