mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
Added I2C support for raspi & first rework of debugging
This commit is contained in:
20
include/sta/devices/stm32/init.hpp
Normal file
20
include/sta/devices/stm32/init.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief Global STM32 HAL initialization.
|
||||
*/
|
||||
#ifndef STA_CORE_STM32_INIT_HPP
|
||||
#define STA_CORE_STM32_INIT_HPP
|
||||
|
||||
|
||||
namespace sta
|
||||
{
|
||||
/**
|
||||
* @brief Initialize global HAL objects.
|
||||
*
|
||||
* @ingroup sta_core_stm32
|
||||
*/
|
||||
void initHAL();
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_CORE_STM32_INIT_HPP
|
Reference in New Issue
Block a user