Created
July 29, 2020 10:11
-
-
Save jlengrand/5eeb089cad887fd577e8e890c5e30f03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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