All pastes #617931 Raw Edit

Unnamed

public text v1 · immutable
#617931 ·published 2007-07-13 16:14 UTC
rendered paste body
# standard pinout config file for 3-axis steppers
# using a parport for I/O
#
# first load the parport driver

loadrt hal_parport cfg="0x0378 in 0x1060 out"
#loadrt hal_parport cfg="0x0378 out"

# next connect the parport functions to threads
# read inputs first
addf parport.1.read base-thread 1
# write outputs last
addf parport.1.write base-thread -1
#