14 lines
185 B
C++
14 lines
185 B
C++
|
/**
|
||
|
* @file mpu_util.cpp
|
||
|
*
|
||
|
* @date Jan 9, 2015
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#include "mpu_util.h"
|
||
|
|
||
|
void initSpiCs(SPIConfig *spiConfig, brain_pin_e csPin) {
|
||
|
|
||
|
}
|
||
|
|