mbed library sources modified for open wear

Dependents:   openwear-lifelogger-example

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Aug 21 14:30:08 2014 +0100
Parent:
295:78f9587bb26d
Child:
297:ec1b66a3d094
Commit message:
Synchronized with git revision fc1fa25ada2e26c711e747c14e2d7ccf0b810c6c

Full URL: https://github.com/mbedmicro/mbed/commit/fc1fa25ada2e26c711e747c14e2d7ccf0b810c6c/

[RBLAB_NRF51822] Fixed syntax error and analog pins.

Changed in this revision

targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_RBLAB_NRF51822/PinNames.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_RBLAB_NRF51822/PinNames.h	Thu Aug 21 11:00:08 2014 +0100
+++ b/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_RBLAB_NRF51822/PinNames.h	Thu Aug 21 14:30:08 2014 +0100
@@ -136,7 +136,7 @@
 /*
     I2C_SDA1 = p13,
     I2C_SCL1 = p15, 
-/*
+*/
    
     D0  = p11,
     D1  = p9,
@@ -161,12 +161,12 @@
     D17 = p22, // SPI - MISO
     D18 = p20, // SPI - MOSI
 
-    A0  = p6,
-    A1  = p5,
-    A2  = p4,
-    A3  = p3,
-    A4  = p2,
-    A5  = p1,
+    A0  = p1,
+    A1  = p2,
+    A2  = p3,
+    A3  = p4,
+    A4  = p5,
+    A5  = p6,
     
     D19 = A0,
     D20 = A1,