File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Introduction
11
11
:target: https://discord.gg/nBQh6qu
12
12
:alt: Discord
13
13
14
+ .. image :: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DHT.svg?branch=master
15
+ :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DHT
16
+ :alt: Build Status
17
+
14
18
CircuitPython support for the DHT11 and DHT22 temperature and humidity devices.
15
19
16
20
Dependencies
Original file line number Diff line number Diff line change 16
16
]
17
17
18
18
intersphinx_mapping = {'python' : ('https://docs.python.org/3.4' , None ),
19
- 'BusDevice' : ('https://circuitpython.readthedocs.io/projects/bus_device /en/latest/' , None ),
19
+ 'BusDevice' : ('https://circuitpython.readthedocs.io/projects/busdevice /en/latest/' , None ),
20
20
'Register' : ('https://circuitpython.readthedocs.io/projects/register/en/latest/' , None ),
21
21
'CircuitPython' : ('https://circuitpython.readthedocs.io/en/latest/' , None )}
22
22
You can’t perform that action at this time.
0 commit comments