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
2022-06-05 21:03:15 +08:00

7 lines
No EOL
111 B
C

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