mirror of
https://github.com/rzajac/esp-drv.git
synced 2025-03-29 12:10:09 +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
|
|
```
|