Tim M / BMP085
Embed: (wiki syntax)

« Back to documentation index

BMP085 Class Reference

BMP085 Class Reference

Simple library for interfacing with Bosch BMP085. More...

#include <bmp085.h>

Public Member Functions

 BMP085 (PinName clkPin, PinName dataPin)
 Create a BMP085 object connected to the specified pins.
void init ()
 Initialise SHT11.

Detailed Description

Simple library for interfacing with Bosch BMP085.

Revision 1.0

Author:
Tim Meese
Date:
January 2015

Example:

 #include "mbed.h"
 #include "bmp085.h"

Definition at line 55 of file bmp085.h.


Constructor & Destructor Documentation

BMP085 ( PinName  clkPin,
PinName  dataPin 
)

Create a BMP085 object connected to the specified pins.

Parameters:
clkPinPin connected to clk
dataPinPin connected to data

Definition at line 4 of file bmp085.cpp.


Member Function Documentation

void init (  )

Initialise SHT11.

Definition at line 12 of file bmp085.cpp.