Code:
switch (PollSwitch) 
{
case 0x07:                ! Doppelpunkt ! 
            BackLED(ON,OFF); 
        break; 
case 0x38:                ! Doppelpunkt ! 
            BackLED(OFF,ON); 
        break; 
default:                            !  muss nicht sein, sollte man sich aber angewoehen 
        break;
}