bosko lekovic
/
EthTCPclient_05_01
p1
PGSdisplay.h
- Committer:
- bosko001
- Date:
- 2020-06-18
- Revision:
- 7:0939ac3d73af
- Parent:
- 5:ecaf089d1c8a
File content as of revision 7:0939ac3d73af:
#ifndef PGSDISPLAY_H #define PGSDISPLAY_H void init_disp( void); void putOnDisp( char *s, char boja); void putOnDispNo(int broj, char boja); char * extract_string( char delimiter, char *ulazni_str, int n_str ); #endif