Skip to content

Commit

Permalink
subway serpent firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Sep 28, 2023
1 parent 2cbf34b commit 84a4cb1
Show file tree
Hide file tree
Showing 4 changed files with 1,073 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apps/subway_serpent/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Keep this first line.
TOP = ../..

# If your firmware targets a specific board, specify it here,
# or omit it and provide it on the command line (make BOARD=foo).
BOARD=feather_low_energy

# Leave this line here.
include $(TOP)/make.mk

# Add all your source files to compile after the app.c line.
SRCS += \
./app.c \
./sunriset.c \
../../drivers/lcd/oso_lcd.c \

# Finally, leave this line at the bottom of the file.
include $(TOP)/rules.mk
Loading

0 comments on commit 84a4cb1

Please sign in to comment.