Recent content by JOELCOSTELLO

  1. J

    I'm new to PicAxe - please help me resolve this issue.

    How do I make use of the & function to ensure that the 'if' statement is only true when two conditions have been met. Please see my current code below.: start: if (pinC7 = 1 AND pinC6 = 1) then low B.0 else high B.0 endif goto start --------- This presents the following syntax...
Top