arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
CoreAudio
AudioPWM
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
PWMConfigAVR.h
PWMConfigSTD.h
PWMConfigZephyr.h
Generated by
1.9.8