[simpits-tech] EPL-code quest

Frank Riedel simpits-tech@simpits.org
Wed, 23 Jul 2003 20:50:42 +0200


Hi All !

I can't get this to work.... what do i do wrong ?

void Land_Gear.Landing_Gear.On(void)

{

keyhit(G);

setpoint(0,1,0b10000000);

delay(300);

clearpoint(0,1,0b10000000);

}

void Land_Gear.Landing_Gear.Off(void)

{

keyhit(G);

setpoint(0,1,0b10000000);

delay(300);

clearpoint(0,1,0b10000000);

}



Frank