1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/lis2dh12
iosabi 2aa7b92884 drivers/lis2dh12: Rename CS ad MODE to avoid conflicts
CS and MODE are a bit too generic macros and may conflict with headers
defined by the CPU, like in the QN908x case.

This patch renames them to BUS_CS and BUS_MODE to keep it consistent
with the other BUS names.
2021-01-31 16:27:23 +00:00
..
include drivers/lis2dh12: added interrupt function 2020-03-04 17:01:58 +01:00
Kconfig drivers/lis2dh12: add module to Kconfig 2021-01-18 10:42:31 +01:00
lis2dh12_internal.h drivers: add support for STM lis2dh12 accelerometer 2018-01-18 18:39:43 +01:00
lis2dh12_saul.c drivers/lis2dh12: add SAUL mapping 2018-01-18 18:39:43 +01:00
lis2dh12.c drivers/lis2dh12: Rename CS ad MODE to avoid conflicts 2021-01-31 16:27:23 +00:00
Makefile drivers: add support for STM lis2dh12 accelerometer 2018-01-18 18:39:43 +01:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00