2023-07-15 16:41:29 +01:00

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