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.
Diff: classes.h
- Revision:
- 36:4d0e131146e6
- Parent:
- 32:5bd3f0d073ac
--- a/classes.h Mon Jun 11 20:05:47 2018 +0000
+++ b/classes.h Tue Feb 26 00:55:02 2019 +0000
@@ -44,6 +44,7 @@
}
void action_complete(void){
+ printf("Action complete\n\r");
send("a");
}
@@ -69,6 +70,7 @@
buffer.push_back(c);
}
}
+ saved++;
}
void translate_gcode(string line, int line_number){