Search results

  1. S

    Programming using flowchart

    hi, I am learning to program using the flowchart method from PICAXE Editor 6 . I am trying to figure out how to do the following example line into a flowchart "command": Lookup b0, ("abcde") , b1. I may look at things literally and as there is no "lookup" routine in the flowchart, how do i...
  2. S

    how to write code to run bipolar stepper motor

    hi, I'm teaching myself picaxe programming and i am trying to figure out how to write a simple program to run a bipolar stepper motor.( using a Picaxe 14m2) Here is my test code : output c.1,c.0,b.4,b.5 for b1 = 1 to 20 for b0 = 1 to 4 lookup b0, (0,$01,$02,$04,$10), b3 pins=b3 pause...
Top