mirror of
https://github.com/rzajac/esp-drv.git
synced 2025-06-08 06:40:16 +03:00
13 lines
186 B
Markdown
13 lines
186 B
Markdown
## DHT22 example.
|
|
|
|
Demonstrates how to get temperature and humidity from DHT22 sensor.
|
|
|
|
## Flashing
|
|
|
|
```
|
|
$ cd build
|
|
$ cmake ..
|
|
$ make dht22_ex_flash
|
|
$ miniterm.py /dev/ttyUSB0 74880
|
|
```
|