BLE Lightning sensor for Nordic NRF51822 based module

Dependencies:   AS3935 AS3935_ext BLE_API mbed nRF51822 nrf51_rtc

Revision:
7:7cf0707ae983
Parent:
6:273ddd00bd90
Child:
8:e7a6fd7ab067
--- a/main.cpp	Sat Sep 05 09:53:52 2015 +0000
+++ b/main.cpp	Sat Sep 05 13:00:13 2015 +0000
@@ -66,7 +66,7 @@
             } else if ( event & 0x1 ) {
                 return "Noise level too high";
             } else {
-                return "Un known event";
+                return "Unknown event";
             }
         }
 } evrecord[s_evrecord];