README
This commit is contained in:
parent
20b8c8c0f0
commit
73b4262ea3
@ -117,6 +117,8 @@ See file `example/log.c`
|
|||||||
|
|
||||||
Compile and run
|
Compile and run
|
||||||
```sh
|
```sh
|
||||||
|
$ make
|
||||||
|
$ mkdir data
|
||||||
$ stdbuf -o0 ./bme680_log_i2c 2>&1 | tee -a data/i2c.txt &
|
$ stdbuf -o0 ./bme680_log_i2c 2>&1 | tee -a data/i2c.txt &
|
||||||
$ stdbuf -o0 ./bme680_log_spi 2>&1 | tee -a data/spi.txt &
|
$ stdbuf -o0 ./bme680_log_spi 2>&1 | tee -a data/spi.txt &
|
||||||
# wait a couple of hours or days ..
|
# wait a couple of hours or days ..
|
||||||
|
Loading…
Reference in New Issue
Block a user