#include "global.h"
#include <progmem.h>
Go to the source code of this file.
Defines | |
#define | oscSendMessageOneArg oscSendMessageInt |
Functions | |
void | oscInit (void) |
void | oscSendMessage (const char PROGMEM *address) |
void | oscSendMessageInt (const char PROGMEM *address, s32 arg) |
void | oscSendMessageIntInt (const char PROGMEM *address, s32 arg, s32 arg2) |
void | oscSendMessageString (const char PROGMEM *address, const char PROGMEM *arg) |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 54 of file osc.c. Referenced by debug().
|