.buttonClick


DESCRIPTION
The buzzer makes a 'click' sound, every time any button is press. The duration of the 'click' sound is set. O is for no 'click' sound.


SYNTAX
lcd.rotaryClick;


PARAMETERS
none.
Its not a function. Its a variable. So you set and get a value like any variable.
If you set lcd.buttonClick=0; no sound is made while a button is press.
if you set lcd.buttonClick=4; a 'click' will sound from buzzer for 4 millis every time a button is press.


RETURNS
none.
Its not a function. Its a variable. So you set and get a value like any variable.
If you set lcd.buttonClick=0; no sound is made while a button is press.
if you set lcd.buttonClick=4; a 'click' will sound from buzzer for 4 millis every time a button is press.


EXAMPLE


SEE ALSO
  • .rotaryClick