Core Base Classes for the Light Endpoints
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: CommonDefinitions.h
- Revision:
- 70:055ebf51f6ad
- Parent:
- 67:08e0f3f46aa0
- Child:
- 75:9f3f3590f826
diff -r 90fb53584459 -r 055ebf51f6ad CommonDefinitions.h --- a/CommonDefinitions.h Mon Mar 03 22:04:21 2014 +0000 +++ b/CommonDefinitions.h Mon Mar 03 22:27:08 2014 +0000 @@ -61,4 +61,7 @@ #define PL_URL_TEMPLATE "http://%s/api/newdeveloper/lights/%d/state" #define PL_ON_COMMAND_TEMPLATE "{\"on\":%s,\"sat\":211,\"bri\":%d,\"hue\":13122}" +// Error Handler - use mutexes? +#define EH_USE_MUTEXES true // true - yes, false - no + #endif // _COMMON_DEFINITIONS_H_ \ No newline at end of file