Skip to content

Commit

Permalink
Merge pull request #42 from dron0gus/accelerometers-mmc
Browse files Browse the repository at this point in the history
Accelerometers mmc
  • Loading branch information
rusefillc committed Dec 16, 2023
2 parents 8422976 + f869830 commit 94130e8
Show file tree
Hide file tree
Showing 8 changed files with 1,637 additions and 303 deletions.
605 changes: 605 additions & 0 deletions os/ex/devices/ST/lis2dw12.c

Large diffs are not rendered by default.

612 changes: 612 additions & 0 deletions os/ex/devices/ST/lis2dw12.h

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions os/ex/devices/ST/lis2dw12.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# List of all the LIS3DSH device files.
LIS2DW12SRC := $(CHIBIOS)/os/ex/devices/ST/lis2dw12.c

# Required include directories
LIS2DW12INC := $(CHIBIOS)/os/ex/include \
$(CHIBIOS)/os/ex/devices/ST

# Shared variables
ALLCSRC += $(LIS2DW12SRC)
ALLINC += $(LIS2DW12INC)
Loading

0 comments on commit 94130e8

Please sign in to comment.