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.
|
/*
|
|
* SPIBase.cpp
|
|
*
|
|
* Author: Aleksey Gerasimenko
|
|
* gerasimenko.aleksey.n@gmail.com
|
|
*/
|
|
|
|
#include "DSP28335/SPIBase.h"
|
|
|
|
namespace DSP28335
|
|
{
|
|
//CONSTRUCTOR
|
|
SPIBase::SPIBase()
|
|
{}//CONSTRUCTOR
|
|
|
|
} /* namespace DSP28335 */
|