Skip to content

Sensirion/android-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Android Things sensor drivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages