Template project for University of York ELE00032C Lab 3

Dependencies:   UoY-serial

Revision:
4:fb7a9c8b563e
Parent:
3:d230011f6c3b
--- a/main.cpp	Tue Feb 02 20:55:13 2021 +0000
+++ b/main.cpp	Tue Feb 02 20:56:25 2021 +0000
@@ -7,8 +7,8 @@
     // Initialise the digital pins D2 to D5 as outputs
     DigitalOut blue(D2);
     DigitalOut red(D3);
-    DigitalOut green(D4);
-    DigitalOut yellow(D5);
+    DigitalOut yellow(D4);
+    DigitalOut green(D5);
     
     // Call your function here