Schnittstelle zur microSPS

Fork of com_0 by V09

Revision:
0:3eabf0cac42a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/com.h	Sat Jan 03 15:25:35 2015 +0000
@@ -0,0 +1,20 @@
+
+//---------------------------------------------------------------------------
+// Modul...: COM.H    
+// Chip....: KL25Z
+// 
+//---------------------------------------------------------------------------
+// Author..: Reinhold Schäfer
+// Date....: 2014.06.08
+// http....: //www.microsps.net
+//---------------------------------------------------------------------------
+
+#ifndef COM_H
+#define COM_H
+#include "mbed.h"
+
+void com_init(void);
+void com_line(void);    
+ 
+          
+#endif  // COM_H
\ No newline at end of file