ELEC2645 (2015/16) / Mbed 2 deprecated EL15PJT_Ranger

Dependencies:   N5110 SDFileSystem SRF02 TMP102 mbed

Fork of Ranger by Philip Thompson

Revision:
12:0171e8723d9d
Parent:
11:b64d123b9f4f
Child:
14:204562d1fac8
--- a/main.h	Thu May 05 10:51:19 2016 +0000
+++ b/main.h	Thu May 05 11:12:50 2016 +0000
@@ -396,7 +396,7 @@
     @param buzzer.period frequncy 1KHz
     @param buzzer duty cycle equal on/off max volume
     @param Alertlevel[alert].toneon controls how long the tone will last depending on alert
-    */
+    
     buzzer.period (1.0/1000.0);
     buzzer = 0.5;
     buzzoff.attach(&flip, Alertlevel[alert].toneon);