Demonstration solution of the switch-problem using interrupts
Fork of Task330_ISR by
Revision 2:88f3c172e566, committed 2019-09-18
- Comitter:
- noutram
- Date:
- Wed Sep 18 10:52:31 2019 +0000
- Parent:
- 1:de866e4249b0
- Commit message:
- 2019
Changed in this revision
--- a/main.cpp Wed Oct 25 09:09:04 2017 +0000
+++ b/main.cpp Wed Sep 18 10:52:31 2019 +0000
@@ -44,6 +44,6 @@
//Now loop forever
while(1) {
sleep();
- puts("Wakey wakey");
+ yellow_led = !yellow_led;
};
}
--- a/mbed-os.lib Wed Oct 25 09:09:04 2017 +0000 +++ b/mbed-os.lib Wed Sep 18 10:52:31 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 Wed Sep 18 10:52:31 2019 +0000
@@ -0,0 +1,3 @@
+{
+ "requires": ["bare-metal"]
+}
\ No newline at end of file
