Improved LPS25H driver and related demo: added multiple register read/write.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9811 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c614b18226
commit
31f02dd767
|
@ -201,7 +201,7 @@ CPPWARN = -Wall -Wextra -Wundef
|
|||
|
||||
# List all user C define here, like -D_DEBUG=1
|
||||
UDEFS = -DCHPRINTF_USE_FLOAT=1 -DSHELL_CMD_TEST_ENABLED=0 \
|
||||
-DLPS25H_USE_ADVANCED=1 -DLPS25H_SHARED_I2C=1
|
||||
-DLPS25H_USE_ADVANCED=0 -DLPS25H_SHARED_I2C=0
|
||||
|
||||
# Define ASM defines here
|
||||
UADEFS =
|
||||
|
|
Loading…
Reference in New Issue