tests/driver_bmx280: fix address define in README

This commit is contained in:
Lasse Rosenow 2020-12-01 01:58:20 +01:00
parent 3234b918e3
commit 2cf41f18b6

View File

@ -22,7 +22,7 @@ After initialization, every 2 seconds, the application:
If your device is at a different I2C address than the default (0x77) you
can build the test as follows:
export CFLAGS=-DBME280_PARAM_I2C_ADDR=0x76
export CFLAGS=-DBMX280_PARAM_I2C_ADDR=0x76
BOARD=sodaq-autonomo make -C tests/driver_bmx280
By default, the test application is built to use the bme280 module, to build it for