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
EthernetNetIf/LPC1768/netCfg.h@0:f76708a93fb3, 2011-10-15 (annotated)
- Committer:
- mbedalvaro
- Date:
- Sat Oct 15 14:15:55 2011 +0000
- Revision:
- 0:f76708a93fb3
First working test of this simple OSC library.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbedalvaro | 0:f76708a93fb3 | 1 | //This file has been auto-generated, please do not modify here. |
mbedalvaro | 0:f76708a93fb3 | 2 | #ifndef __ETHERNETNETIF_CONFIG_H |
mbedalvaro | 0:f76708a93fb3 | 3 | #define NET_TELIT_STACK 0 |
mbedalvaro | 0:f76708a93fb3 | 4 | #define NET_GPRS 0 |
mbedalvaro | 0:f76708a93fb3 | 5 | #define NET_PPP 0 |
mbedalvaro | 0:f76708a93fb3 | 6 | #define NET_ZG2100 0 |
mbedalvaro | 0:f76708a93fb3 | 7 | #define TARGET_LPC1768 1 |
mbedalvaro | 0:f76708a93fb3 | 8 | #define NET_GPRS_MODULE 0 |
mbedalvaro | 0:f76708a93fb3 | 9 | #define NET_ETH 1 |
mbedalvaro | 0:f76708a93fb3 | 10 | #define NET_USB_SERIAL 0 |
mbedalvaro | 0:f76708a93fb3 | 11 | #define NET_CFG_H 1 |
mbedalvaro | 0:f76708a93fb3 | 12 | #define NET_USB 0 |
mbedalvaro | 0:f76708a93fb3 | 13 | #define NET_LWIP_STACK 1 |
mbedalvaro | 0:f76708a93fb3 | 14 | #endif |