aboutsummaryrefslogtreecommitdiffstats
path: root/core/comm/HardwareSPI.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix: Remove core directory from botched merge.Perry Hung2010-04-251-138/+0
|
* Turn the other peripherals back on. Not extensively tested forPerry Hung2010-04-241-5/+14
| | | | interactions between peripherals.
* Upper level libmaple interfacePerry Hung2010-04-241-0/+129
Added a C++ HardwareSPI class to access the SPI interface. See HardwareSPI.cpp and HardwareSPI.h for documentation.