Skip to content

Commit

Permalink
add gpio and spi interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkcass committed Oct 27, 2018
1 parent 134ef2a commit 82b3c5f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions libhardware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ OBJECT_FILES = ahrs.o \
micarray-ics52000.o \
wire.o \
i2c_interface.o \
somax.o \
libhardware.o
spi_interface.o \
gpio_interface.o \
libhardware.o \
somax.o


SRC_DIR = src
OBJ_DIR = build
Expand Down

0 comments on commit 82b3c5f

Please sign in to comment.