资 源 简 介
Introduction
The library reads the temperature and humidty data from AOSONG AM2311 sensor. It makes the communication between Arduino and sensor easy.
Function
This library is used to communicate with AM2311 through I2C.
Hardware Required
Arduino board
AOSONG AM2311 sensor
Software Required
Arduino IDE 1.0 or newer
Library Required
Wire
Code example
With this library, the work to read temperature and humidy from the sensor becomes very very simple.
```
include