tiz

Dependencies:   TextLCD X_NUCLEO_IKS01A1 func mbed-src mbed

Fork of mas by esproj

Revision:
6:fb1b3ce7738d
Parent:
5:100310ea8fba
--- a/func/Error.h	Tue Aug 23 15:59:59 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#include "mbed.h"
-
-#ifndef __ERROR_H__
-#define __ERROR_H__
-
-enum ErrorCode{
-    ERROR_UNKNOW,
-    ERROR_CONFIG
-};
-
-void raise_error(ErrorCode ec);
-
-#endif //__ERROR_H__
\ No newline at end of file