DesignForAmputee hw 5 project

Dependencies:   mbed BLE_API nRF51822

Files at this revision

API Documentation at this revision

Comitter:
jstroud
Date:
Sat Nov 08 00:50:33 2014 +0000
Parent:
3:436ef162bf2d
Child:
7:fa5a3ca3c62b
Commit message:
update pins

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Nov 06 06:56:04 2014 +0000
+++ b/main.cpp	Sat Nov 08 00:50:33 2014 +0000
@@ -20,7 +20,7 @@
 
 DigitalOut powerSwitch(P0_0);
  
-AnalogIn tempPin(P0_2);
+AnalogIn tempPin(P0_1);
  
 UARTService *uartServicePtr;