Property definitions

bcm2835 $ Pin :: defaultinit
# A physical binary pin
interface Pin
	# Set the output of this pin
	fun write(high: Bool) is abstract
end
lib/bcm2835/bcm2835.nit:32,1--36,3