#ifndef __INTERFACE_H #define __INTERFACE_H #include "main.h" void asc_display(unsigned char *asc); #endif /*__INTERFACE_H*/