mirror of
https://github.com/rzajac/esp-drv.git
synced 2025-03-25 10:10:03 +03:00
13 lines
196 B
Markdown
13 lines
196 B
Markdown
![]() |
## Get temperature measured by DS18B20.
|
||
|
|
||
|
Demonstrates how to search OneWire bus for DS18b20.
|
||
|
|
||
|
## Flashing
|
||
|
|
||
|
```
|
||
|
$ cd build
|
||
|
$ cmake ..
|
||
|
$ make ds18b20_temp_flash
|
||
|
$ miniterm.py /dev/ttyUSB0 74880
|
||
|
```
|