Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG by
DeviceServicePort.h@149:abbf7663d27d, 2016-05-03 (annotated)
- 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?
User | Revision | Line number | New 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__ */ |