c na Pascal
Napsal: 27 úno 2013 17:40
Ahoj,
jak zapsat v Pascalu toto:
PORTC &= 0xFD;
Pascal : Portc := Portc and 0xFD; ?
PORTC |= 2;
Pascal : PORTC:= PORTC or 2; ?
Je to správně ?
Díky
jak zapsat v Pascalu toto:
PORTC &= 0xFD;
Pascal : Portc := Portc and 0xFD; ?
PORTC |= 2;
Pascal : PORTC:= PORTC or 2; ?
Je to správně ?
Díky