Proper thermo driver init

This commit is contained in:
@CarlWachter
2024-02-25 10:23:17 +01:00
parent a23e573e64
commit ca953ee8c4
2 changed files with 14 additions and 14 deletions

View File

@@ -25,6 +25,12 @@ namespace demo
private:
sta::STM32GpioPin cs_pin = sta::STM32GpioPin(GPIOE, GPIO_PIN_13);
sta::RtosMutex* mutex;
sta::STM32SPI* spi2;
sta::STM32SPIDevice* device_;
sta::MAX31855 tc*;
};
} // namespace demo