Bmag incl gps rettelse

Dependencies:   mbed WDT MODSERIAL BME280

Revision:
17:e859eba6e0a9
Parent:
13:45b333983206
Child:
21:325cb82f1838
--- a/ErrorHandler/ErrorHandler.h	Tue Apr 11 11:31:50 2017 +0000
+++ b/ErrorHandler/ErrorHandler.h	Wed Apr 12 05:27:22 2017 +0000
@@ -7,6 +7,11 @@
 
 enum ErrorState{NONE, NO_GPS, NO_FIX, NO_MAG_DATA,DISPLAY_VBAT_FIX, DISPLAY_MAG_MEASUREMENT, BATTERY_LOW};
 
+
+//! An Error Handler class
+/*!
+    This class is used to handle error states, and display texts of the bmag usb logger.
+*/
 class ErrorHandler{
 
 public: