arduino-audio-tools
Loading...
Searching...
No Matches
PWMConfig.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef __AVR__
4# include "PWMConfigAVR.h"
5#elif defined(IS_ZEPHYR)
6# include "PWMConfigZephyr.h"
7#else
8# include "PWMConfigSTD.h"
9#endif