123

Dependencies:   mbed

Fork of LG by igor Apu

DeviceServicePort.h

Committer:
Diletant
Date:
2016-05-09
Revision:
156:e68ee0bcdcda
Parent:
149:abbf7663d27d
Child:
167:bedc0a9d559a

File content as of revision 156:e68ee0bcdcda:

#ifndef __DEVICE_SERVICE_PORT_H__
#define __DEVICE_SERVICE_PORT_H__

void InitServicePortWithDefaults(void);
void InitServicePort(void);
void Concole(void);
//int  ReadConcole(char *s);
int  ReadConcole(void);
//void WriteConcole(char *s);
void WriteConcole(void);
#endif  /* __DEVICE_SERVICE_PORT_H__ */