mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +00:00
17 lines
242 B
C++
17 lines
242 B
C++
#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
|