Skip to content

Instantly share code, notes, and snippets.

@jlengrand
Created July 29, 2020 10:11
Show Gist options
  • Save jlengrand/5eeb089cad887fd577e8e890c5e30f03 to your computer and use it in GitHub Desktop.
Save jlengrand/5eeb089cad887fd577e8e890c5e30f03 to your computer and use it in GitHub Desktop.
package nl.lengrand.cellar;
public class Dht11Driver {
static {
System.loadLibrary("dht11");
}
public native float[] getTemperatureAndHumidity();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment