esp-drv/examples/dht22/README.md

13 lines
186 B
Markdown
Raw Normal View History

2017-11-12 22:49:10 +01:00
## DHT22 example.
Demonstrates how to get temperature and humidity from DHT22 sensor.
## Flashing
```
$ cd build
$ cmake ..
$ make dht22_ex_flash
2017-11-12 22:49:10 +01:00
$ miniterm.py /dev/ttyUSB0 74880
```