Test

Dependencies:   mbed-dev-OS5_10_4

Revision:
0:014fad4dfb9d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RawSerial/RpaSerial.h	Fri Aug 07 07:24:21 2020 +0000
@@ -0,0 +1,21 @@
+/*-------------------------------------------------------------------------------
+Programm Name:  RpaSerial.h
+Version:        1.0
+Sprache:        C++
+Compiler:       mbed
+Autor:          PS
+Copyright:      PS
+                 
+
+Funktion:       Serial Funktions fuer Comm
+04.08.2016:  Projekt: 
+-------------------------------------------------------------------------------*/
+
+extern RawSerial RpaDev;
+
+extern int InitInterface();
+
+extern int InitRawSio();
+extern int TransferSioTel();
+extern int ChangeLedColor();
+