continuing fsfw_hal
This commit is contained in:
@ -28,7 +28,7 @@ ReturnValue_t STM32TestTask::performOneShotAction() {
|
||||
|
||||
void STM32TestTask::performSpiL3gd20hTest() {
|
||||
SPI_HandleTypeDef spiHandle = {};
|
||||
GyroL3GD20H gyroDevice(&spiHandle, spi::TransferModes::INTERRUPT);
|
||||
GyroL3GD20H gyroDevice(&spiHandle, spi::TransferModes::DMA);
|
||||
gyroDevice.initialize();
|
||||
gyroDevice.performOperation();
|
||||
}
|
||||
|
2
fsfw_hal
2
fsfw_hal
Submodule fsfw_hal updated: 895ba1b455...cb121b9faf
Reference in New Issue
Block a user