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_1_1/inc.h
2022-03-24 22:35:27 +08:00

5 lines
56 B
C

#include <reg52.h>
void delay(int a);
void ledfull();