Teacher version

Dependencies:   mbed lib_workshop_2019

Revision:
3:a0e37b8918ac
Parent:
1:7a8764e627b5
Child:
4:bf5caf4c0c88
--- a/src/console_output.cpp	Wed Oct 23 13:56:30 2019 +0000
+++ b/src/console_output.cpp	Wed Oct 23 14:01:59 2019 +0000
@@ -17,4 +17,9 @@
 {
     e_test user_choice  = (e_test) (pc.getc() -'0');
     return user_choice;
+}
+
+void ft_print_to_be_imp(Serial &pc)
+{
+    printf("\n\rTo be implemented\n");
 }
\ No newline at end of file