christinasherin4 / DFRobot_DHT11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DFRobot_DHT11

DHT11 is used to read the temperature and humidity of the current environment.

产品效果图

SKU: DFR0067

Summary

Provides an Arduino library for read DHT11 data to calculate temperature and humidity.

Installation

To use this library download the zip file, uncompress it to a folder named DFRobot_DHT11. Download the zip file first to use this library and uncompress it to a folder named DFRobot_DHT11.

Methods

  /**
   * @fn read
   * @brief Read DHT11 data
   * @param pin: Connect the IO port of the DHT11 data port.
   * @return NONE    
   */
  void read(int pin); 

Compatibility

MCU Work Well Work Wrong Untested Remarks
FireBeetle-ESP32
FireBeetle-ESP8266
Arduino uno

History

  • 2018/09/14 - Version 0.1 released.

Credits

Written by Wuxiao(xiao.wu@dfrobot.com), 2018. (Welcome to our website)

About

License:MIT License


Languages

Language:C++ 100.0%