Sensor driver samples

The driver samples in this directory provide a starting point for writing a custom sensor driver for your device.

Sample Description
Activity Demonstrates how to write a UMDF v2 driver to control a virtual activity sensor.
ADXL345 Accelerometer Demonstrates how to write a UMDF v2 driver to control an ADXL345 accelerometer chip.
CustomSensors Demonstrates how to write a UMDF v2 driver to control a virtual CO2 sensor.
Fusion Sensor Driver Sample Demonstrates how to write a UMDF v2 driver to control a virtual FusionSensor sensor.
Pedometer Demonstrates how to write a UMDF v2 driver to control a virtual pedometer sensor.
Sensors Combo Driver Sample Demonstrates how to write UMDF v2 drivers to control various types of virtual sensors.
SimpleDeviceOrientationSensor Demonstrates how to write a UMDF v2 sensor driver to output Simple Device Orientation values.