arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
CoreAudio
AudioHttp
AudioClient.h
1
#pragma once
2
#if defined(ARDUINO) || defined(IS_DESKTOP)
3
# include "Client.h"
4
#else
5
// e.g. IDF does not know about the Arduino Client
6
# include "
AudioTools/AudioLibs/Desktop/NoArduino.h
"
7
#endif
8
NoArduino.h
If you want to use the framework w/o Arduino you need to provide the implementation of a couple of cl...
Generated by
1.9.8