123

Dependencies:   mbed

Fork of LG by igor Apu

DeviceServicePort.h

Committer:
Diletant
Date:
2016-06-05
Revision:
167:bedc0a9d559a
Parent:
156:e68ee0bcdcda
Child:
182:2bd8ec44998f

File content as of revision 167:bedc0a9d559a:

#ifndef __DEVICE_SERVICE_PORT_H__
#define __DEVICE_SERVICE_PORT_H__

void InitServicePortDefaultSettings(void);
void InitServicePortState(void);
void DeviceStartServicePort(void);

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