2015-01-09 21:03:46 -08:00
|
|
|
/**
|
|
|
|
* @file mpu_util.cpp
|
|
|
|
*
|
|
|
|
* @date Jan 9, 2015
|
2015-01-12 15:04:10 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
2015-01-09 21:03:46 -08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "mpu_util.h"
|
|
|
|
|
|
|
|
void initSpiCs(SPIConfig *spiConfig, brain_pin_e csPin) {
|
|
|
|
|
|
|
|
}
|
|
|
|
|