Saltware / Mbed 2 deprecated Water Play

Dependencies:   mbed DRV88255 TextLCD Ping mbed-rtos

Revision:
5:44ce56378b65
Child:
10:fd4670ec0806
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProximityController.h	Wed Jun 08 13:37:18 2016 +0000
@@ -0,0 +1,18 @@
+#ifndef __PROXIMITYCONTROLLER_H__
+#define __PROXIMITYCONTROLLER_H__
+
+#include "stdio.h"
+#include "Ping.h"
+#include "mbed.h"
+
+
+class ProximityController {
+    public:
+        ProximityController();
+        
+        static int readDistance();
+        
+};
+        
+
+#endif
\ No newline at end of file