Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of AEB by
Revision 5:d64e042b573d, committed 2016-07-31
- Comitter:
- clynamen
- Date:
- Sun Jul 31 15:01:10 2016 +0000
- Parent:
- 4:f0be0d8a0394
- Commit message:
- final;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Jul 30 17:34:13 2016 +0000
+++ b/main.cpp Sun Jul 31 15:01:10 2016 +0000
@@ -243,6 +243,7 @@
while (true) {
#ifdef SLAVE
masterFault = !masterAliveIn.read();
+ pc.printf("\r\nmaster fault: %f\r\n", masterFault);
#endif
trigger = 1;
wait_us( 10 );
