Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 955 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 955 Bytes

Sensirion's Android Things user-space drivers

Peripheral drivers for Android Things for Sensirion sensors.

The general project layout was borrowed from the Android Things contrib-project: https://github.com/androidthings/contrib-drivers

Like the AndroidThings contrib drivers we offer no guarantee of correctness, completeness, robustness, or suitability for any particular purpose.

How to use a driver

Add the appropriate dependency for the driver you want to use, e.g.:

dependencies {
    implementation 'com.sensirion.android.things.drivers:driver-sht3x:1.0'
    ...
}

Current drivers

Driver Type Usage (add to your gradle dependencies) Note
sht3x Temperature and Humidity Sensor com.sensirion.android.things.drivers:driver-sht3x:1.0 changelog