|
Re: IR board
What im saying is is that the actual typing replace with,
unsigned char IRSingal = 0 ;
if(func1 ==1 ){
IRSingal = 1;
}
else if(func2 ==1 ){
IRSignal = 2;
}
else if(func3 ==1 ){
IRSignal = 3;
}
else if(func4 == 1){
IRSignal = 4;
}
switch(IRSignal){
__________________
|