-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 304018 b: refs/heads/master c: c5a86ab h: refs/heads/master v: v3
- Loading branch information
Eric Andersson
authored and
Greg Kroah-Hartman
committed
Apr 18, 2012
1 parent
4c46514
commit 4d54956
Showing
4 changed files
with
58 additions
and
2 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,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e939ca0a63627d6b2205dd945833ee7da4fc181a | ||
refs/heads/master: c5a86ab6dd6e424c56826421a80b855e24f7caa1 |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
BMP085/BMP18x digital pressure sensors | ||
|
||
Required properties: | ||
- compatible: bosch,bmp085 | ||
|
||
Optional properties: | ||
- chip-id: configurable chip id for non-default chip revisions | ||
- temp-measurement-period: temperature measurement period (milliseconds) | ||
- default-oversampling: default oversampling value to be used at startup, | ||
value range is 0-3 with rising sensitivity. | ||
|
||
Example: | ||
|
||
pressure@77 { | ||
compatible = "bosch,bmp085"; | ||
reg = <0x77>; | ||
chip-id = <10>; | ||
temp-measurement-period = <100>; | ||
default-oversampling = <2>; | ||
}; |
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