-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from thejpster/more_imu_api
More IMU data plus basic text scrolling.
- Loading branch information
Showing
5 changed files
with
262 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sensehat" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Jonathan Pallant <[email protected]>"] | ||
license-file = "LICENSE.md" | ||
documentation = "https://docs.rs/crate/sensehat" | ||
|
@@ -22,11 +22,12 @@ gcc = "0.3" | |
[features] | ||
# The default set of optional packages. Most people will want to use these | ||
# packages, but they are strictly optional. | ||
default = ["rtimu"] | ||
rtimu = [ "libc" ] | ||
default = ["rtimu", "led-matrix"] | ||
# Extra packages required by these features. | ||
rtimu = ["libc"] | ||
led-matrix = ["sensehat-screen"] | ||
|
||
[package.metadata.docs.rs] | ||
features = [ ] | ||
features = ["led-matrix"] | ||
all-features = false | ||
no-default-features = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.