sensehat-rs icon indicating copy to clipboard operation
sensehat-rs copied to clipboard

Rust support for the Raspberry Pi Sense Hat

Results 7 sensehat-rs issues
Sort by recently updated
recently updated
newest added
trafficstars

Is it possible to do a 1.1.1 release to pick up the fix for the `sensehat-screen::ScreenError` compilation error? I'm working around this by pointing directly at the repo in my...

Can I ask why you don't expose the raw gyro and compass Vector3D, but use the fusion_pose data for the get_gyro() and get_compass() calls?

It should be broadly like the Python API to makes things simple for new users. See https://pythonhosted.org/sense-hat/api/. WIP in the https://github.com/thejpster/sensehat-rs/tree/matrix_api branch.

This PR supersedes #6, by moving development to the "matrix_api" branch, and addressing issue #5.

Add a new example that uses the Sense HAT gyro and LED matrix. The example should illustrate how to: * use the gyro to determine the direction of the magnetic...

Once we've done #2 we can break the drivers out into separate crates so that other people can use them.

We should switch to `linux-embedded-hal` and make the drivers use the new HAL interface.