hal update
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include "stm32h7xx_hal.h"
|
||||
#include "stm32h7xx_hal_spi.h"
|
||||
|
||||
|
||||
class GyroL3GD20H;
|
||||
|
||||
class STM32TestTask: public TestTask {
|
||||
public:
|
||||
@ -18,7 +18,8 @@ public:
|
||||
private:
|
||||
|
||||
bool blinkyLed = false;
|
||||
|
||||
SPI_HandleTypeDef spiHandle = {};
|
||||
GyroL3GD20H* gyro = nullptr;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user