2017-11-12 22:49:10 +01:00
|
|
|
## Find DS18b20 devices.
|
|
|
|
|
|
|
|
Demonstrates how to search OneWire bus for DS18b20.
|
|
|
|
|
|
|
|
## Flashing
|
|
|
|
|
|
|
|
```
|
|
|
|
$ cd build
|
|
|
|
$ cmake ..
|
2017-11-13 16:29:21 +01:00
|
|
|
$ make ds18b20_search_ex_flash
|
2017-11-12 22:49:10 +01:00
|
|
|
$ miniterm.py /dev/ttyUSB0 74880
|
|
|
|
```
|