The purpose of this code is to rotate an HC-SR04 and measure the perimeter of a room. The measurements will then be sent to ThingSpeak to record the data.

Dependencies:   mbed mbed-http TextLCD ESP8266 ULN2003_StepperDriver

Revision:
3:e6795cb9439c
Parent:
2:0acb6ade091c
Child:
4:33938a97d904
--- a/hcsr04.cpp	Sat Mar 30 18:41:34 2013 +0000
+++ b/hcsr04.cpp	Sat Mar 30 18:43:21 2013 +0000
@@ -39,7 +39,7 @@
 {
     pulsetime.start();
 }
-void DistMeasure::start_measurement(void)
+void DistMeasure::start(void)
 {
     trigger=1;
     wait_us(10);