Unnamed
public text v1 · immutable# 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
#