( 2Steppers_App)

( Uses Forth GPIO software)
( R.J.Wilks  June 2016)


DECIMAL
( board nos: 12 for Rev2; 17 for B+)
( 17 VARIABLE brdno)
( 1 VARIABLE qPi2)        ( NB change to 1 if Pi 1 version!)

FLOAD" GetBoard"          ( B+, Pi2?)
FLOAD" GPIOForth"
FLOAD" 2SteppersForth"

CR
." Type 'step_demo' to check motor in both directions" CR






