Ethernet-based network support for mbedConnectorInterface.
Dependencies: libnsdl EthernetInterface mbed-rtos
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
configuration.h@20:6c95b64cb981, 2015-07-23 (annotated)
- Committer:
- ansond
- Date:
- Thu Jul 23 20:36:23 2015 +0000
- Revision:
- 20:6c95b64cb981
- Parent:
- 16:788f418740ae
- Child:
- 21:12e7e33870ed
updates
Who changed what in which revision?
User | Revision | Line number | New 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_ |