Updated for ELEC350

Fork of Task612-mbedos54 by Nicholas Outram

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Tue Oct 31 14:09:33 2017 +0000
Parent:
1:fdf9ceb4a107
Child:
3:de36dab8492f
Commit message:
Updated for ELEC350

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Mar 30 13:47:29 2017 +0000
+++ b/main.cpp	Tue Oct 31 14:09:33 2017 +0000
@@ -11,13 +11,13 @@
 
 //I/O
 DigitalOut onBoardLED(LED1);
-DigitalOut redLED(D7);
-DigitalOut yellowLED(D6);
-DigitalOut greenLED(D5);
+DigitalOut redLED(PE_15);
+DigitalOut yellowLED(PB_10);
+DigitalOut greenLED(PB_11);
 
 DigitalIn  onBoardSwitch(USER_BUTTON);
-DigitalIn  SW1(D4);
-DigitalIn  SW2(D3);
+DigitalIn  SW1(PE_12);
+DigitalIn  SW2(PE_14);
 
 
 //Each of the following 3 functions is listening for a signal
--- a/mbed-os.lib	Thu Mar 30 13:47:29 2017 +0000
+++ b/mbed-os.lib	Tue Oct 31 14:09:33 2017 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#50b3418e45484ebf442b88cd935a2d5355402d7d
+https://github.com/ARMmbed/mbed-os/#e62a1b9236b44e70ae3b0902dc538481c04d455b