arduino-audio-driver
|
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) |
#define HIGH 0x1 |
#define INPUT 0x0 |
#define INPUT_PULLUP 0x2 |
#define LOW 0x0 |
#define OUTPUT 0x1 |
void delay | ( | unsigned long | ) |
void digitalWrite | ( | int | , |
int | |||
) |
void logStr | ( | const char * | msg | ) |
Arcuino c++ println function.
void pinMode | ( | int | , |
int | |||
) |