File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Introduction
13
13
:target: https://travis-ci.org/adafruit/adafruit_CircuitPython_am2320
14
14
:alt: Build Status
15
15
16
- .. todo :: Describe what the library does .
16
+ This is a CircuitPython driver for the AM2320 temperature and humidity sensor .
17
17
18
18
Dependencies
19
19
=============
@@ -28,7 +28,7 @@ This is easily achieved by downloading
28
28
Usage Example
29
29
=============
30
30
31
- .. todo :: Add a quick, simple example. It and other examples should live in the examples folder and be included in docs/examples.rst .
31
+ See ` am2320_simpletest.py ` in the examples folder.
32
32
33
33
Contributing
34
34
============
Original file line number Diff line number Diff line change 33
33
**Hardware:**
34
34
35
35
* Adafruit `AM2320 Temperature & Humidity Sensor
36
- <https://www.adafruit.com/product/XXXX >`_ (Product ID: XXXX )
36
+ <https://www.adafruit.com/product/3721 >`_ (Product ID: 3721 )
37
37
38
38
**Software and Dependencies:**
39
39
You can’t perform that action at this time.
0 commit comments