This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/MCU/MCU_REAL _FINAL/draw.h

7 lines
No EOL
98 B
C

#ifndef _DRAW_H_
#define _DRAW_H_
void drawNAME();
void drawNUMBER();
void drawMAINMENU();
#endif