Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed DRV88255 TextLCD Ping mbed-rtos
Diff: ProximityController.h
- 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