#include <progmem.h>
#include <stdarg.h>
#include "OSC-client.h"
#include "osc.h"
#include "debug.h"
#include "uart.h"
Go to the source code of this file.
Defines | |
#define | OSC_BUFFER_LEN 40 |
Functions | |
void | _oscSendPacket () |
void | oscInit () |
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) |
Variables | |
u08 | oscDataBuffer [OSC_BUFFER_LEN] |
OSCbuf | oscbuf |
|
|
|
Definition at line 63 of file osc.c. Referenced by oscSendMessage(), oscSendMessageInt(), oscSendMessageIntInt(), and oscSendMessageString().
|
|
Definition at line 23 of file osc.c. Referenced by debugInitOSC().
|
|
|
|
|
|
|
|
|
|
|
|
|