arduino-audio-driver
Functions | Variables
etc.cpp File Reference
#include "Arduino.h"
#include "Utils/etc.h"

Functions

void audioDriverLogStr (const char *msg)
 Arcuino c++ println function. More...
 
void setAudioDriverLogOutput (void *out)
 

Variables

Print * p_audio_driver_log_output = &Serial
 

Function Documentation

◆ audioDriverLogStr()

void audioDriverLogStr ( const char *  msg)

Arcuino c++ println function.

◆ setAudioDriverLogOutput()

void setAudioDriverLogOutput ( void *  out)

Variable Documentation

◆ p_audio_driver_log_output

Print* p_audio_driver_log_output = &Serial