Update documentation and fix small issues.

This commit is contained in:
Rafal Zajac
2017-11-13 16:29:21 +01:00
parent 45ab6f8e61
commit 931aee878b
23 changed files with 65 additions and 163 deletions

View File

@@ -31,19 +31,22 @@ $ make install
## Examples.
- [DHT22 get temperature and humidity](examples/dht22_temp_hum)
- [DHT22 get temperature and humidity](examples/dht22)
- [DS18B20 get temperature](examples/ds18b20_temp)
- [Search for DS18B20](examples/ds18b20_search)
- [SHT21 get temperature and humidity](examples/sht21)
# Dependencies.
This library depends on:
- https://github.com/rzajac/esp-ecl
- https://github.com/rzajac/esp-prot
to install dependency run:
```
$ wget -O - https://raw.githubusercontent.com/rzajac/esp-ecl/master/install.sh | bash
$ wget -O - https://raw.githubusercontent.com/rzajac/esp-prot/master/install.sh | bash
```