Updated version for the F429 board
Fork of Task327 by
Revision 6:fbc5b7916329, committed 2019-09-12
- Comitter:
- noutram
- Date:
- Thu Sep 12 15:02:14 2019 +0000
- Parent:
- 5:0f6f0a1ced84
- Commit message:
- 2019
Changed in this revision
--- 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
