123

Dependencies:   mbed

Fork of LG by igor Apu

DeviceServicePort.h

Committer:
Diletant
Date:
2016-05-03
Revision:
149:abbf7663d27d
Child:
156:e68ee0bcdcda

File content as of revision 149:abbf7663d27d:

#ifndef __DEVICE_SERVICE_PORT_H__
#define __DEVICE_SERVICE_PORT_H__

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