d
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 );
