Property definitions

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
lib/bcm2835/bcm2835.nit:489,2--495,4