polling test worked
This commit is contained in:
parent
184f0dce7e
commit
8da9b50156
@ -28,7 +28,7 @@ ReturnValue_t STM32TestTask::performOneShotAction() {
|
||||
|
||||
void STM32TestTask::performSpiL3gd20hTest() {
|
||||
SPI_HandleTypeDef spiHandle = {};
|
||||
GyroL3GD20H gyroDevice(&spiHandle, spi::TransferModes::DMA);
|
||||
GyroL3GD20H gyroDevice(&spiHandle, spi::TransferModes::POLLING);
|
||||
gyroDevice.initialize();
|
||||
gyroDevice.performOperation();
|
||||
}
|
||||
|
2
fsfw_hal
2
fsfw_hal
@ -1 +1 @@
|
||||
Subproject commit ff7421e1ddf92f6d35aae6f38dd3876ba719cdc6
|
||||
Subproject commit 20815c1d6b6e5f0ce90ff5c1fcd84502fdff9f1c
|
Reference in New Issue
Block a user