Good Afternoon,
I was just curious if anyone was using the Adafruit Python Sensor library from within a Java application. If so what was the best mechanism to make it work? I have much more experience with .net programming than with Java or Py so my apologies if this is a basic question.
Specifically I am trying to use the DHT sensory library to pull the Temp and Humidity into the Java app.
dht.read_retry(dht.DHT22, 4)
Any pointers would be appreciated.
Regards