Updated version for the F429 board

Fork of Task327 by University of Plymouth - Stages 1, 2 and 3

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Thu Sep 12 15:02:14 2019 +0000
Parent:
5:0f6f0a1ced84
Commit message:
2019

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
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Feb 07 13:54:40 2018 +0000
+++ b/main.cpp	Thu Sep 12 15:02:14 2019 +0000
@@ -56,12 +56,10 @@
     while (true) {
   
         //Put CPU back to sleep
-        sleep();                //woken by rising edge
-        puts("Rising");                
+        sleep();                //woken by rising edge               
         updateState();
         
         sleep(); //Falling edge
-        puts("Falling");
         updateState();
         
         //You can ONLY reach this point if an ISR wakes the CPU twice
--- a/mbed-os.lib	Wed Feb 07 13:54:40 2018 +0000
+++ b/mbed-os.lib	Thu Sep 12 15:02:14 2019 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#caeaa49d68c67ee00275cece10cd88e0ed0f6ed3
+https://github.com/ARMmbed/mbed-os/#1bf6b20df9d3cd5f29f001ffc6f0d0fcbbb96118
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Thu Sep 12 15:02:14 2019 +0000
@@ -0,0 +1,3 @@
+{
+    "requires": ["bare-metal"]
+}
\ No newline at end of file