Return input on pin, true for high and false for low

Property definitions

bcm2835 $ RPiPin :: lev
	# Return input on pin, true for high and false for low
	fun lev: Bool `{ return bcm2835_gpio_lev(self); `}
lib/bcm2835/bcm2835.nit:95,2--96,51