Robsonema - Nucleo Master FM

Dependencies:   mbed ros_lib_melodic

Revision:
0:a4a02499a5f3
diff -r 000000000000 -r a4a02499a5f3 Proximity/Proximity.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Proximity/Proximity.h	Mon Oct 26 22:25:16 2020 +0000
@@ -0,0 +1,12 @@
+#ifndef PROXIMITY_H
+#define PROXIMITY_H
+
+class Proximity
+{
+public:
+    Proximity();
+    int read();
+};
+
+
+#endif
\ No newline at end of file