Schnittstelle zur microSPS

Fork of com_0 by V09

Committer:
rs27
Date:
Sat Jan 03 15:25:35 2015 +0000
Revision:
0:3eabf0cac42a
1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rs27 0:3eabf0cac42a 1
rs27 0:3eabf0cac42a 2 //---------------------------------------------------------------------------
rs27 0:3eabf0cac42a 3 // Modul...: COM.H
rs27 0:3eabf0cac42a 4 // Chip....: KL25Z
rs27 0:3eabf0cac42a 5 //
rs27 0:3eabf0cac42a 6 //---------------------------------------------------------------------------
rs27 0:3eabf0cac42a 7 // Author..: Reinhold Schäfer
rs27 0:3eabf0cac42a 8 // Date....: 2014.06.08
rs27 0:3eabf0cac42a 9 // http....: //www.microsps.net
rs27 0:3eabf0cac42a 10 //---------------------------------------------------------------------------
rs27 0:3eabf0cac42a 11
rs27 0:3eabf0cac42a 12 #ifndef COM_H
rs27 0:3eabf0cac42a 13 #define COM_H
rs27 0:3eabf0cac42a 14 #include "mbed.h"
rs27 0:3eabf0cac42a 15
rs27 0:3eabf0cac42a 16 void com_init(void);
rs27 0:3eabf0cac42a 17 void com_line(void);
rs27 0:3eabf0cac42a 18
rs27 0:3eabf0cac42a 19
rs27 0:3eabf0cac42a 20 #endif // COM_H