This is an OSC library for the mbed, created to be compatible with Recotana\'s OSCClass library (http://recotana.com) for the Arduino with Ethernet shield. I have also used parts of the OSC Transceiver(Sender/Receiver) code by xshige. It has many limitations, but it works for simple things (check comments on the mbedOSC.h). It will be evolving. written by: Alvaro Cassinelli, 7.10.2011

Dependencies:   mbed

EthernetNetIf/LPC1768/netCfg.h

Committer:
mbedalvaro
Date:
2011-10-15
Revision:
0:f76708a93fb3

File content as of revision 0:f76708a93fb3:

//This file has been auto-generated, please do not modify here.
#ifndef __ETHERNETNETIF_CONFIG_H
#define NET_TELIT_STACK 0
#define NET_GPRS 0
#define NET_PPP 0
#define NET_ZG2100 0
#define TARGET_LPC1768 1
#define NET_GPRS_MODULE 0
#define NET_ETH 1
#define NET_USB_SERIAL 0
#define NET_CFG_H 1
#define NET_USB 0
#define NET_LWIP_STACK 1
#endif