From bf4fc3bf6bc02342ae508b52fb4515d361d626f6 Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Sat, 24 Apr 2010 03:16:35 -0400 Subject: Upper level libmaple interface Added a C++ HardwareSPI class to access the SPI interface. See HardwareSPI.cpp and HardwareSPI.h for documentation. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3