The bmp085_driver class provides the user with sensor-specific methods to access the temperature and pressure data on the bmp085 sensor. This class addresses the sensor through a hardware interface using generic function calls common to all hardware interfaces. In this manner, the driver is independent of the hardware device acting as a passthrough.
bmp085 is ...