refactored fsfw_hal
This commit is contained in:
@ -35,7 +35,7 @@ ReturnValue_t STM32TestTask::performOneShotAction() {
|
||||
}
|
||||
|
||||
void STM32TestTask::performSpiL3gd20hTest() {
|
||||
gyro = new GyroL3GD20H(&spiHandle, spi::TransferModes::POLLING);
|
||||
gyro = new GyroL3GD20H(&spiHandle, spi::TransferModes::DMA);
|
||||
gyro->initialize();
|
||||
gyro->performOperation();
|
||||
}
|
||||
|
Reference in New Issue
Block a user