Tutorial for first mbed project

Dependencies:   mbed lib_workshop_2019

Revision:
2:8153195b1672
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/includes/test_cny.h	Wed Oct 23 13:56:30 2019 +0000
@@ -0,0 +1,19 @@
+/**
+ * @author geoffrey Vaquette
+ *
+ * @section DESCRIPTION
+ *
+ * Testing value from ultrasonic sensors on robot
+ *
+ */
+ 
+#ifndef TEST_CNY_H
+#define TEST_CNY_H
+
+#include "mbed.h"
+#include "CNY70.h"
+
+void ft_print_cny_analog_voltage(AnalogIn &analog_input, Serial &pc);
+//void ft_print_cny_library_voltage(CNY70 &cny_sensor, Serial &pc);
+
+#endif
\ No newline at end of file