Synopsis
typedef struct {
  CTL_PRESSURE_SENSOR_t core;
} BMP085_BAROMETER_t;
Description

BMP085_BAROMETER_t contains the internal calibration and resolution settings that should be considered inaccessible by the client. The core pressure sensor member, core, is the only user-accessible member. You can pass the address of core to the abstract pressure sensor API in ctl_sensors_h.