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/inc.h

6 lines
56 B
C
Raw Normal View History

2022-03-24 14:35:27 +00:00
#include <reg52.h>
void delay(int a);
void ledfull();