mirror of
https://github.com/rzajac/esp-drv.git
synced 2025-12-16 22:04:39 +03:00
Update documentation and fix small issues.
This commit is contained in:
15
examples/sht21/README.md
Normal file
15
examples/sht21/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user