Skip to content

jpuderer/jpuderer-things-drivers

Repository files navigation

jpuderer's Android Things user-space drivers Build Status

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.

How to use a driver

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'
    ...
}

Current drivers

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

About

My Android Things Drivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages