2017-11-13 16:29:21 +01:00

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
```