diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-04-24 03:16:35 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-04-24 03:56:21 -0400 |
commit | bf4fc3bf6bc02342ae508b52fb4515d361d626f6 (patch) | |
tree | b1d7778af188d004f8c1b528acf7744bd74980b8 /Makefile | |
parent | 17e0e5edde60e9bf2aa4d52173ad7d47d6d6da75 (diff) | |
download | librambutan-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |