Ethernet-based network support for mbedConnectorInterface.

Dependencies:   libnsdl EthernetInterface mbed-rtos

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Committer:
ansond
Date:
Sat Apr 11 21:14:37 2015 +0000
Revision:
16:788f418740ae
Parent:
0:31292d956e92
Child:
21:12e7e33870ed
clean ups

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 0:31292d956e92 1 #ifndef __CONFIGURATION_H_
ansond 0:31292d956e92 2 #define __CONFIGURATION_H_
ansond 0:31292d956e92 3
ansond 0:31292d956e92 4 /************** Ethernet CONFIGURATION PARAMETERS ************************/
ansond 0:31292d956e92 5
ansond 16:788f418740ae 6 // we will use ThreadedResourceObserver
ansond 16:788f418740ae 7 #define CONNECTOR_USING_THREADS 1
ansond 0:31292d956e92 8
ansond 0:31292d956e92 9 /************** Ethernet CONFIGURATION PARAMETERS ************************/
ansond 0:31292d956e92 10
ansond 0:31292d956e92 11 #endif // __CONFIGURATION_H_