d

Dependencies:   mbed

Fork of AEB by Vincenzo Comito

Files at this revision

API Documentation at this revision

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