mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Added I2C support for raspi & first rework of debugging
This commit is contained in:
17
include/sta/devices/stm32/mcu/STM32F413xx.hpp
Normal file
17
include/sta/devices/stm32/mcu/STM32F413xx.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief Configuration for STM32F413xx family.
|
||||
*/
|
||||
#ifndef STA_CORE_STM32_MCU_STM32F413xx_HPP
|
||||
#define STA_CORE_STM32_MCU_STM32F413xx_HPP
|
||||
|
||||
|
||||
#ifndef STM32F413xx
|
||||
# error "MCU config incompatible"
|
||||
#endif // !STM32F413xx
|
||||
|
||||
|
||||
#include <sta/stm32/mcu/common.hpp>
|
||||
|
||||
|
||||
#endif // STA_CORE_STM32_MCU_STM32F413xx_HPP
|
Reference in New Issue
Block a user