123

Dependencies:   mbed

Fork of LG by igor Apu

Committer:
Diletant
Date:
Mon May 09 20:03:26 2016 +0000
Revision:
156:e68ee0bcdcda
Parent:
149:abbf7663d27d
Child:
167:bedc0a9d559a
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 156:e68ee0bcdcda 7 //int ReadConcole(char *s);
Diletant 156:e68ee0bcdcda 8 int ReadConcole(void);
Diletant 156:e68ee0bcdcda 9 //void WriteConcole(char *s);
Diletant 156:e68ee0bcdcda 10 void WriteConcole(void);
Diletant 149:abbf7663d27d 11 #endif /* __DEVICE_SERVICE_PORT_H__ */