2017-11-12 22:49:10 +01:00

13 lines
192 B
Markdown

## DHT22 example.
Demonstrates how to get temperature and humidity from DHT22 sensor.
## Flashing
```
$ cd build
$ cmake ..
$ make dht22_temp_hum_flash
$ miniterm.py /dev/ttyUSB0 74880
```