Versuch mal statt dem == ein & also nicht Code: if (sw == 0x01) sondern Code: if (sw & 0x01) MfG backbone
if (sw == 0x01)
if (sw & 0x01)
Foren-Regeln
Lesezeichen