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:
- 130:630d05daed77
- Parent:
- 128:fde8d042a9af
- Child:
- 132:46e8c66129e4
--- a/CommonDefinitions.h Wed Mar 26 20:29:09 2014 +0000 +++ b/CommonDefinitions.h Wed Mar 26 21:24:19 2014 +0000 @@ -83,11 +83,11 @@ // Platform specific customizations #ifdef _ENDPOINT_UBLOX_PLATFORM #define PLATFORM_STRING "U-Blox MBED" // platform string - #define EXT_LED_PIN p21 // pin to use for external LED cathode - #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 - #define TEMP_SENSOR_PIN2 p27 // pin for temp sensor + #define EXT_LED_PIN P2_4 // pin to use for external LED cathode + #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 + #define TEMP_SENSOR_PIN2 P0_1 // pin for temp sensor #endif #ifdef _ENDPOINT_NXP_PLATFORM