bosko lekovic
/
EthTCPclient_05_02
p1
PGSdisplay.h@7:6a700c98b9b5, 2020-06-18 (annotated)
- Committer:
- bosko001
- Date:
- Thu Jun 18 15:23:05 2020 +0000
- Revision:
- 7:6a700c98b9b5
- Parent:
- 5:ecaf089d1c8a
p1
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 | 7:6a700c98b9b5 | 8 | int dispGetResponce( void ); |
bosko001 | 4:0aec01df33d2 | 9 | char * extract_string( char delimiter, char *ulazni_str, int n_str ); |
bosko001 | 4:0aec01df33d2 | 10 | |
bosko001 | 4:0aec01df33d2 | 11 | |
bosko001 | 4:0aec01df33d2 | 12 | #endif |