mirror of
https://github.com/rzajac/esp-drv.git
synced 2025-03-15 05:17:33 +03:00
13 lines
199 B
Markdown
13 lines
199 B
Markdown
## Get temperature measured by DS18B20.
|
|
|
|
Demonstrates how to search OneWire bus for DS18b20.
|
|
|
|
## Flashing
|
|
|
|
```
|
|
$ cd build
|
|
$ cmake ..
|
|
$ make ds18b20_temp_ex_flash
|
|
$ miniterm.py /dev/ttyUSB0 74880
|
|
```
|