preliminary accelerometer support in Movement

This commit is contained in:
joeycastillo
2024-10-09 07:46:28 -04:00
parent dd8599a5e1
commit e1b5395e10
7 changed files with 83 additions and 81 deletions

View File

@@ -2,17 +2,24 @@
GOSSAMER_PATH=gossamer
# Which board are we building for?
BOARD=sensorwatch_red
BOARD=sensorwatch_pro
# Which screen are we building for?
DISPLAY=CLASSIC
# Which sensor board?
SENSOR=MOTION
# Support USB features?
TINYUSB_CDC=1
# Leave this line here.
include $(GOSSAMER_PATH)/make.mk
ifeq ($(SENSOR), MOTION)
DEFINES += -DMOTION_BOARD_INSTALLED
endif
ifdef EMSCRIPTEN
all: $(BUILD)/$(BIN).elf $(BUILD)/$(BIN).html
$(BUILD)/$(BIN).html: $(OBJS)