123

Dependencies:   mbed

Fork of LG by igor Apu

Committer:
Diletant
Date:
Tue May 03 05:12:26 2016 +0000
Revision:
149:abbf7663d27d
Child:
156:e68ee0bcdcda
Device & ... update. Not final!!!

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Diletant 149:abbf7663d27d 1 #ifndef __DEVICE_SERVICE_PORT_H__
Diletant 149:abbf7663d27d 2 #define __DEVICE_SERVICE_PORT_H__
Diletant 149:abbf7663d27d 3
Diletant 149:abbf7663d27d 4 void InitServicePortWithDefaults(void);
Diletant 149:abbf7663d27d 5 void InitServicePort(void);
Diletant 149:abbf7663d27d 6 void Concole(void);
Diletant 149:abbf7663d27d 7 int ReadConcole(char *s);
Diletant 149:abbf7663d27d 8 void WriteConcole(char *s);
Diletant 149:abbf7663d27d 9 #endif /* __DEVICE_SERVICE_PORT_H__ */