Class DHT11


  • public class DHT11
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DHT11​(com.pi4j.io.gpio.Pin pin)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void collectSensorData​(int attempts)  
      void read()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DHT11

        public DHT11​(com.pi4j.io.gpio.Pin pin)
    • Method Detail

      • read

        public void read()
      • collectSensorData

        public void collectSensorData​(int attempts)