9 lines
109 B
C
9 lines
109 B
C
|
#ifndef _DISPLAY_H_
|
||
|
#define _DISPLAY_H_
|
||
|
|
||
|
|
||
|
void fresh_display();
|
||
|
void set_display(unsigned char num);
|
||
|
|
||
|
|
||
|
#endif
|