.setBuzzer


DESCRIPTION
Turns the buzzer on/off if 0 or 1.
If the number is not 0 or 1, then the buzzer will go on for that number millis.


SYNTAX
lcd.setBuzzer(int)


PARAMETERS
  • 0 for off
  • 1 for on
  • Any other int number the buzzer will buzz for that number millis


RETURNS
None.


EXAMPLE


SEE ALSO