Initial commit

This commit is contained in:
Rafal Zajac
2017-11-12 22:49:10 +01:00
commit 74d0876c59
39 changed files with 2503 additions and 0 deletions

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