hello ladies and gentelman;
i have a small program that i wish to repeat it four times but with others inputs and outputs so when i try to make a function and i try to pass output_high(pin_bx) or output_low(pin_ay) i find a problem and the function don't compiled and the program asked me the identity of (pin_bx). how can i resolve this bug.
thanks for all
the tunisian _________________ nfs
rwyoung
Joined: 12 Nov 2003 Posts: 563 Location: Lawrence, KS USA
Posted: Fri May 14, 2004 3:17 pm
output_low and output_high() functions do not accept variable as argument, only the pre-defined pint values.
You will need to write your own function. Refer to the CCS help file FAQ. _________________ Rob Young
The Screw-Up Fairy may just visit you but he has crashed on my couch for the last month!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum