Lab_interaccio/2015/ventricol_calib/OSCcommon.h
2025-02-25 21:29:42 +01:00

45 lines
582 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
ArdOSC 2.1 - OSC Library for Arduino.
-------- Lisence -----------------------------------------------------------
ArdOSC
The MIT License
Copyright (c) 2009 - 2011 recotana( http://recotana.com ) All right reserved
*/
#ifndef OSCcommon_h
#define OSCcommon_h
extern "C" {
#include <inttypes.h>
}
#define kMaxAugument 48
#define kMaxRecieveData 100
#define kMaxOSCAdrCharactor 255
#define CULC_ALIGNMENT(x) (x+4)&0xfffc
//======== user define ==============
#define _USE_FLOAT_
#define _USE_STRING_
//======== user define end ========
#endif