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:
- 143:1388cb37c27e
- Parent:
- 141:26dca377597f
- Child:
- 145:24ac7ac92777
--- a/CommonDefinitions.h Mon Mar 31 20:37:35 2014 +0000 +++ b/CommonDefinitions.h Tue Apr 01 22:25:46 2014 +0000 @@ -100,6 +100,7 @@ #ifdef _ENDPOINT_UBLOX_PLATFORM #define PLATFORM_STRING "U-Blox MBED" // platform string #define EXT_LED_PIN D3 // pin to use for external LED cathode, use D6 for speaker + #define EXT_LED_PIN_COPCAR D4 // pin to use for external LED cathode (copcar personality only) #define BATTERY_POT_PIN A0 // pin for the battery POT #define VOLTAGE_POT_PIN A1 // pin for the voltage POT #define TEMP_SENSOR_PIN1 P0_0 // pin for temp sensor @@ -109,6 +110,7 @@ #ifdef _ENDPOINT_NXP_PLATFORM #define PLATFORM_STRING "NXP MBED" // platform string #define EXT_LED_PIN p21 // pin to use for external LED cathode + #define EXT_LED_PIN_COPCAR p22 // pin to use for external LED cathode (copcar personality only) #define BATTERY_POT_PIN p20 // pin for the battery POT #define VOLTAGE_POT_PIN p19 // pin for the voltage POT #define TEMP_SENSOR_PIN1 p28 // pin for temp sensor @@ -118,6 +120,7 @@ #ifdef _ENDPOINT_FREEDOM_PLATFORM #define PLATFORM_STRING "Freescale MBED" // platform string #define EXT_LED_PIN p21 // pin to use for external LED cathode + #define EXT_LED_PIN_COPCAR p22 // pin to use for external LED cathode (copcar personality only) #define BATTERY_POT_PIN p20 // pin for the battery POT #define VOLTAGE_POT_PIN p19 // pin for the voltage POT #define TEMP_SENSOR_PIN1 p28 // pin for temp sensor