Hi All,
Is there an easy way in AVRCO to setup an input on a XMega and fire a certain Procedure ie
TS_INT[@PinE,4] : bit; // Touch Screen Interrupt - Input
Interrupt TS_Int;
Begin
Process_TS_Flag := True;
End;
Neil.
Is there an easy way in AVRCO to setup an input on a XMega and fire a certain Procedure ie
TS_INT[@PinE,4] : bit; // Touch Screen Interrupt - Input
Interrupt TS_Int;
Begin
Process_TS_Flag := True;
End;
Neil.