This commit is contained in:
William Clark 2024-08-19 19:04:42 +01:00
parent 20b8c8c0f0
commit 73b4262ea3

View File

@ -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 ..