mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-08-06 14:07:35 +00:00
Proper thermo driver init
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user