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.
17 lines
231 B
C++
17 lines
231 B
C++
4 weeks ago
|
/*
|
||
|
* SPIBase.cpp
|
||
|
*
|
||
|
* Author: Aleksey Gerasimenko
|
||
|
* gerasimenko.aleksey.n@gmail.com
|
||
|
*/
|
||
|
|
||
|
#include "DSP28335/SPIBase.h"
|
||
|
|
||
|
namespace DSP28335
|
||
|
{
|
||
|
//CONSTRUCTOR
|
||
|
SPIBase::SPIBase()
|
||
|
{}//CONSTRUCTOR
|
||
|
|
||
|
} /* namespace DSP28335 */
|