arduino-audio-driver
Macros | Functions
etc.h File Reference

Go to the source code of this file.

Macros

#define HIGH   0x1
 
#define INPUT   0x0
 
#define INPUT_PULLUP   0x2
 
#define LOW   0x0
 
#define OUTPUT   0x1
 

Functions

void delay (unsigned long)
 
void digitalWrite (int, int)
 
void logStr (const char *msg)
 Arcuino c++ println function. More...
 
void pinMode (int, int)
 

Macro Definition Documentation

◆ HIGH

#define HIGH   0x1

◆ INPUT

#define INPUT   0x0

◆ INPUT_PULLUP

#define INPUT_PULLUP   0x2

◆ LOW

#define LOW   0x0

◆ OUTPUT

#define OUTPUT   0x1

Function Documentation

◆ delay()

void delay ( unsigned long  )

◆ digitalWrite()

void digitalWrite ( int  ,
int   
)

◆ logStr()

void logStr ( const char *  msg)

Arcuino c++ println function.

◆ pinMode()

void pinMode ( int  ,
int   
)