The bma180_driver class provides the user with sensor-specific methods to access the temperature and acceleration data on the bma180 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.
bma180 is ...