Update documentation and fix small issues.

This commit is contained in:
Rafal Zajac
2017-11-13 16:29:21 +01:00
parent 45ab6f8e61
commit 931aee878b
23 changed files with 65 additions and 163 deletions

15
examples/sht21/README.md Normal file
View File

@@ -0,0 +1,15 @@
## SHT21 example.
Demonstrates how to:
- get serial number,
- get firmware version,
- get humidity and temperature.
## Flashing
```
$ cd build
$ cmake ..
$ make sht21_ex_flash
$ miniterm.py /dev/ttyUSB0 74880
```