bosko lekovic
/
EthTCPclient_05
EthTCPclient_05
PGSdisplay.h@5:ecaf089d1c8a, 2020-02-24 (annotated)
- Committer:
- bosko001
- Date:
- Mon Feb 24 13:55:09 2020 +0000
- Revision:
- 5:ecaf089d1c8a
- Parent:
- 4:0aec01df33d2
EthTCPclient_5
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bosko001 | 4:0aec01df33d2 | 1 | |
bosko001 | 4:0aec01df33d2 | 2 | #ifndef PGSDISPLAY_H |
bosko001 | 4:0aec01df33d2 | 3 | #define PGSDISPLAY_H |
bosko001 | 4:0aec01df33d2 | 4 | |
bosko001 | 5:ecaf089d1c8a | 5 | void init_disp( void); |
bosko001 | 4:0aec01df33d2 | 6 | void putOnDisp( char *s, char boja); |
bosko001 | 4:0aec01df33d2 | 7 | void putOnDispNo(int broj, char boja); |
bosko001 | 4:0aec01df33d2 | 8 | char * extract_string( char delimiter, char *ulazni_str, int n_str ); |
bosko001 | 4:0aec01df33d2 | 9 | |
bosko001 | 4:0aec01df33d2 | 10 | |
bosko001 | 4:0aec01df33d2 | 11 | #endif |