Nitlanguage.org
  • Nitdoc
  • bcm2835
  • bcm2835
  • HD44780
  • pulse_enable

fun pulse_enable

bcm2835 :: HD44780 :: pulse_enable

  • Doc
  • Linearization

Summary

  • Property definitions

  • bcm2835$HD44780$pulse_enable

Property definitions

bcm2835 $ HD44780 :: pulse_enable
	fun pulse_enable
	do
		en.write(false)
		1.bcm2835_delay_micros
		en.write(true)
		100.bcm2835_delay_micros
		en.write(false)
		1.bcm2835_delay_micros
	end
lib/bcm2835/bcm2835.nit:362,2--370,4
Nit standard library. Version .