You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CCS-COMM_BOARD/DSP28335/SPIBase.cpp

17 lines
231 B
C++

/*
* SPIBase.cpp
*
* Author: Aleksey Gerasimenko
* gerasimenko.aleksey.n@gmail.com
*/
#include "DSP28335/SPIBase.h"
namespace DSP28335
{
//CONSTRUCTOR
SPIBase::SPIBase()
{}//CONSTRUCTOR
} /* namespace DSP28335 */