Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/arduino_lis3dh: Arduino library for LIS3DH #12518

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! pkg/arduino_lis3dh: Arduino library for LIS3DH
  • Loading branch information
gschorcht committed Dec 15, 2022
commit 822a248f8b58b1e55c969fe261c8d341d8908e6b
6 changes: 2 additions & 4 deletions pkg/arduino_lis3dh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ PKG_URL=https://github.com/adafruit/Adafruit_LIS3DH.git
PKG_VERSION=0f4cda36805570ca87f91d811227edff2958053b
PKG_LICENSE=BSD

.PHONY: all
include $(RIOTBASE)/pkg/pkg.mk

all:
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.arduino_lis3dh

include $(RIOTBASE)/pkg/pkg.mk
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)
3 changes: 0 additions & 3 deletions pkg/arduino_lis3dh/Makefile.arduino_lis3dh

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/arduino_lis3dh/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
USEMODULE += arduino_lib
USEMODULE += arduino
2 changes: 1 addition & 1 deletion tests/arduino_lis3dh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
arduino-uno nucleo-f031k6

USEPKG += arduino_lis3dh
USEMODULE += arduino_lib
USEMODULE += arduino
USEMODULE += cpp11-compat
USEMODULE += periph_i2c
USEMODULE += periph_spi
Expand Down