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-04 22:37:33 +08:00

7 lines
No EOL
78 B
C

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