Aviate Audio Multiverse Library
|
#include <cstdarg>
Go to the source code of this file.
Classes | |
class | Aviate::EfxLogger |
Namespaces | |
Aviate | |
The Aviate library/namespace provides the primary API for working with Multiverse. | |
Macros | |
#define | EFX_PRINT(x) do { x; } while(0) |
The EFX_PRINT() macro is deprecated and no longer needed. Please call efxLogger.printf() directly. See the Multiverse Developers Guide for more information. | |
Variables | |
EfxLogger | Aviate::efxLogger |
Created on: Mar. 18, 2021
Provides a print macro for users to print to the serial port.