mirror of
https://github.com/rzajac/esp-drv.git
synced 2025-12-18 23:04:31 +03:00
Initial commit
This commit is contained in:
12
examples/ds18b20_temp/README.md
Normal file
12
examples/ds18b20_temp/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## 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
|
||||
```
|
||||
Reference in New Issue
Block a user