mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
added skelettons for stm32 dac and adc
This commit is contained in:
17
include/sta/devices/stm32/dac.hpp
Normal file
17
include/sta/devices/stm32/dac.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef STA_CORE_STM32_DAC_HPP
|
||||
#define STA_CORE_STM32_DAC_HPP
|
||||
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_PLATFORM_STM32
|
||||
|
||||
namespace sta
|
||||
{
|
||||
class DAC
|
||||
{
|
||||
|
||||
};
|
||||
} // namespace sta
|
||||
|
||||
#endif // STA_PLATFORM_STM32
|
||||
|
||||
#endif // STA_CORE_STM32_DAC_HPP
|
Reference in New Issue
Block a user