Running on a fresh install of raspberry pi OS, with only SPI, I2C, and SSH being abled I am getting the following panic when I try running the example code:
thread 'main' panicked at 'cs export: Io(Os { code: 16, kind: ResourceBusy, message: "Device or resource busy" })', examples/raspberry_pi_inky_phat.rs:67:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The only device is the phat that I have sitting on top of the pi. Is there any reason that this might not be working?
Running on a fresh install of raspberry pi OS, with only SPI, I2C, and SSH being abled I am getting the following panic when I try running the example code:
thread 'main' panicked at 'cs export: Io(Os { code: 16, kind: ResourceBusy, message: "Device or resource busy" })', examples/raspberry_pi_inky_phat.rs:67:17 note: run with `RUST_BACKTRACE=1` environment variable to display a backtraceThe only device is the phat that I have sitting on top of the pi. Is there any reason that this might not be working?