5 lines
153 B
C
5 lines
153 B
C
#include <STC15F2K60S2.H>
|
|
void Led_Disp(unsigned char addr, unsigned char enable);
|
|
void Beep(bit enable);
|
|
void Relay(bit enable);
|
|
void MOTOR(bit enable); |