Property definitions

bcm2835 $ HD44780 :: clear
	fun clear
	do
		write(true,1)
		2.bcm2835_delay
	end
lib/bcm2835/bcm2835.nit:416,2--420,4