I am trying to learn Rust, so I thought it would be fun to use the SenseHAT on my Raspberry Pi. I can do so in Python, C I gave up, but I was told it would be possible in Rust. I was pointed to a “sensehat” crate, but from there it went wrong.
So my question is: is there something like such a crate, available to use the SenseHAT in a way mortals can understand?
I found a crate, tried to use it, and ended up with a bunch of errors from the compiler about code that didn’t exist. I think I tried to go to fast, without RTFM