continuing fsfw_hal
This commit is contained in:
parent
9149b93b00
commit
598840cbd6
@ -28,7 +28,7 @@ ReturnValue_t STM32TestTask::performOneShotAction() {
|
|||||||
|
|
||||||
void STM32TestTask::performSpiL3gd20hTest() {
|
void STM32TestTask::performSpiL3gd20hTest() {
|
||||||
SPI_HandleTypeDef spiHandle = {};
|
SPI_HandleTypeDef spiHandle = {};
|
||||||
GyroL3GD20H gyroDevice(&spiHandle, spi::TransferModes::INTERRUPT);
|
GyroL3GD20H gyroDevice(&spiHandle, spi::TransferModes::DMA);
|
||||||
gyroDevice.initialize();
|
gyroDevice.initialize();
|
||||||
gyroDevice.performOperation();
|
gyroDevice.performOperation();
|
||||||
}
|
}
|
||||||
|
2
fsfw_hal
2
fsfw_hal
@ -1 +1 @@
|
|||||||
Subproject commit 895ba1b455fc9e5c93f3ad6424174773584b5130
|
Subproject commit cb121b9faf9f96818739e14bf79b48470c9f3290
|
Reference in New Issue
Block a user