Lab version
Fork of Task327 by
Revision 5:26484016d498, committed 2019-09-12
- Comitter:
- noutram
- Date:
- Thu Sep 12 14:55:16 2019 +0000
- Parent:
- 4:c85556b07606
- Commit message:
- 2019
Changed in this revision
--- a/main.cpp Thu Oct 12 14:57:29 2017 +0000
+++ b/main.cpp Thu Sep 12 14:55:16 2019 +0000
@@ -57,11 +57,9 @@
//Put CPU back to sleep
sleep(); //woken by rising edge
- puts("Rising");
updateState();
sleep(); //Falling edge
- puts("Falling");
updateState();
//You can ONLY reach this point if an ISR wakes the CPU twice
--- a/mbed-os.lib Thu Oct 12 14:57:29 2017 +0000 +++ b/mbed-os.lib Thu Sep 12 14:55:16 2019 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#6e0d01cd13e8aca7bf4d697c3699ec9225386881 +https://github.com/ARMmbed/mbed-os/#1bf6b20df9d3cd5f29f001ffc6f0d0fcbbb96118
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Thu Sep 12 14:55:16 2019 +0000
@@ -0,0 +1,3 @@
+{
+ "requires": ["bare-metal"]
+}
\ No newline at end of file
