File: sysfs-i2c-bmp085

package info (click to toggle)
linux 3.2.73-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 692,996 kB
  • sloc: ansic: 9,719,677; asm: 244,034; xml: 40,377; makefile: 23,845; perl: 16,079; python: 4,929; sh: 4,425; cpp: 3,598; yacc: 2,979; lex: 1,726; awk: 708; pascal: 231; lisp: 218; sed: 30
file content (31 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
What:		/sys/bus/i2c/devices/<busnum>-<devaddr>/pressure0_input
Date:		June 2010
Contact:	Christoph Mair <christoph.mair@gmail.com>
Description:	Start a pressure measurement and read the result. Values
		represent the ambient air pressure in pascal (0.01 millibar).

		Reading: returns the current air pressure.


What:		/sys/bus/i2c/devices/<busnum>-<devaddr>/temp0_input
Date:		June 2010
Contact:	Christoph Mair <christoph.mair@gmail.com>
Description:	Measure the ambient temperature. The returned value represents
		the ambient temperature in units of 0.1 degree celsius.

		Reading: returns the current temperature.


What:		/sys/bus/i2c/devices/<busnum>-<devaddr>/oversampling
Date:		June 2010
Contact:	Christoph Mair <christoph.mair@gmail.com>
Description:	Tell the bmp085 to use more samples to calculate a pressure
		value. When writing to this file the chip will use 2^x samples
		to calculate the next pressure value with x being the value
		written. Using this feature will decrease RMS noise and
		increase the measurement time.

		Reading: returns the current oversampling setting.

		Writing: sets a new oversampling setting.
		Accepted values: 0..3.