Peripheral drivers for Android Things that I wrote and use in my projects.
The general project layout was borrowed from the Android Things contrib-project: https://github.com/androidthings/contrib-drivers
Like the AndroidThings contrib drivers I offer no guarantee of correctness, completeness, robustness, or suitability for any particular purpose.
And add the appropriate dependancy for the driver you want (this is for version 0.1 of the sht1x driver).
dependencies {
implementation 'jpuderer.android.things.drivers:driver-sht1x:0.1'
...
}
Driver | Type | Usage (add to your gradle dependencies) | Note |
---|---|---|---|
driver-sht1x | temperature and humidity sensor | jpuderer.android.things.drivers:driver-sht1x:0.1 |
sample changelog |
driver-hpm | Honeywell Particle Sensor | jpuderer.android.things.drivers:driver-hpm:0.2 |
sample changelog |
driver-ds3231 | DS3231 RTC Module | jpuderer.android.things.drivers:driver-ds3231:0.1 |
sample changelog |