Tutorial for first mbed project

Dependencies:   mbed lib_workshop_2019

Revision:
1:7a8764e627b5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/includes/test_compass.h	Wed Oct 23 13:01:35 2019 +0000
@@ -0,0 +1,18 @@
+/**
+ * @author geoffrey Vaquette
+ *
+ * @section DESCRIPTION
+ *
+ * Testing value from ultrasonic sensors on robot
+ *
+ */
+ 
+#ifndef COMPASS_H
+#define COMPASS_H
+
+#include "mbed.h"
+#include "CMPS03.h"
+
+void ft_print_compass_values(CMPS03 &compass , Serial &pc);
+
+#endif /*COMPASS_H*/
\ No newline at end of file