aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPerry Hung <iperry@alum.mit.edu>2010-04-24 03:16:35 -0400
committerPerry Hung <iperry@alum.mit.edu>2010-04-24 03:56:21 -0400
commitbf4fc3bf6bc02342ae508b52fb4515d361d626f6 (patch)
treeb1d7778af188d004f8c1b528acf7744bd74980b8 /Makefile
parent17e0e5edde60e9bf2aa4d52173ad7d47d6d6da75 (diff)
downloadlibrambutan-bf4fc3bf6bc02342ae508b52fb4515d361d626f6.tar.gz
librambutan-bf4fc3bf6bc02342ae508b52fb4515d361d626f6.zip
Upper level libmaple interface
Added a C++ HardwareSPI class to access the SPI interface. See HardwareSPI.cpp and HardwareSPI.h for documentation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d441a0..e7df3a5 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ CPPSRC = core/wiring_math.cpp \
core/Print.cpp \
core/comm/HardwareSerial.cpp \
core/comm/HardwareUsb.cpp \
+ core/comm/HardwareSPI.cpp \
main.cpp
# i really have no idea what i'm doing