continued stm32 tests
This commit is contained in:
@ -29,4 +29,6 @@ ReturnValue_t STM32TestTask::performOneShotAction() {
|
||||
void STM32TestTask::performSpiL3gd20hTest() {
|
||||
SPI_HandleTypeDef spiHandle = {};
|
||||
GyroL3GD20H gyroDevice(&spiHandle);
|
||||
gyroDevice.initialize();
|
||||
gyroDevice.performOperation();
|
||||
}
|
||||
|
Reference in New Issue
Block a user