bcm2835 :: StepperMotor :: defaultinit
init (delay: Int, a, b, c, d: RPiPin) do pins = [a, b, c, d] self.delay = delay for p in pins do p.fsel = new FunctionSelect.outp end