Tcl Raspberry Pi I/O

bmp180
Login

The bmp180 command


Synopsis

package require bmp180
bmp180 subcommand ?arg ...?


Description

The bmp180 command lets you interact with BMP180 temperature/pressure sensors. The legal values of subcommand are listed below. Note that you can abbreviate the subcommands.

bmp180 close fd
bmp180 open bus ?addr? ?mode?
bmp180 read_altitude fd ?sealevel_pa?
bmp180 read_pressure fd
bmp180 read_raw_pressure fd
bmp180 read_raw_temperature fd
bmp180 read_sealevel_pressure fd ?altitude?
bmp180 read_temperature fd