The buzzer makes a 'click' sound, every time the rotary is turning. 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.rotaryClick=0; no sound is made while you turn the rotary.
if you set lcd.rotaryClick=4; a 'click' will sound from buzzer for 4 millis every time you turn the rotary.
RETURNS
none.
Its not a function. Its a variable. So you set and get a value like any variable.
If you set lcd.rotaryClick=0; no sound is made while you turn the rotary.
if you set lcd.rotaryClick=4; a 'click' will sound from buzzer for 4 millis every time you turn the rotary.