test tutorial

Dependencies:   mbed lib_workshop_2019

Revision:
0:0a75a79d6b77
Child:
1:7a8764e627b5
diff -r 000000000000 -r 0a75a79d6b77 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Oct 23 12:16:18 2019 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "console_output.h"
+
+Serial      pc      (PA_2, PA_3, 115200);
+
+int main() {
+    ft_print_test_menu(pc);
+}
\ No newline at end of file